209 lines
5.7 KiB
CSS
209 lines
5.7 KiB
CSS
|
|
/**
|
||
|
|
* @license
|
||
|
|
*
|
||
|
|
* Font Family: Nunito
|
||
|
|
* Designed by: Vernon Adams, Cyreal, Jacques Le Bailly
|
||
|
|
* URL: https://www.fontshare.com/fonts/nunito
|
||
|
|
* © 2026 Indian Type Foundry
|
||
|
|
*
|
||
|
|
* Nunito ExtraLight
|
||
|
|
* Nunito ExtraLightItalic
|
||
|
|
* Nunito Light
|
||
|
|
* Nunito LightItalic
|
||
|
|
* Nunito Regular
|
||
|
|
* Nunito Italic
|
||
|
|
* Nunito Medium
|
||
|
|
* Nunito MediumItalic
|
||
|
|
* Nunito SemiBold
|
||
|
|
* Nunito SemiBoldItalic
|
||
|
|
* Nunito Bold
|
||
|
|
* Nunito BoldItalic
|
||
|
|
* Nunito ExtraBold
|
||
|
|
* Nunito ExtraBoldItalic
|
||
|
|
* Nunito Black
|
||
|
|
* Nunito BlackItalic
|
||
|
|
* Nunito Variable (Variable font)
|
||
|
|
* Nunito VariableItalic (Variable font)
|
||
|
|
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-ExtraLight.woff2') format('woff2'),
|
||
|
|
url('Nunito-ExtraLight.woff') format('woff'),
|
||
|
|
url('Nunito-ExtraLight.ttf') format('truetype');
|
||
|
|
font-weight: 200;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-ExtraLightItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-ExtraLightItalic.woff') format('woff'),
|
||
|
|
url('Nunito-ExtraLightItalic.ttf') format('truetype');
|
||
|
|
font-weight: 200;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-Light.woff2') format('woff2'),
|
||
|
|
url('Nunito-Light.woff') format('woff'),
|
||
|
|
url('Nunito-Light.ttf') format('truetype');
|
||
|
|
font-weight: 300;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-LightItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-LightItalic.woff') format('woff'),
|
||
|
|
url('Nunito-LightItalic.ttf') format('truetype');
|
||
|
|
font-weight: 300;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-Regular.woff2') format('woff2'),
|
||
|
|
url('Nunito-Regular.woff') format('woff'),
|
||
|
|
url('Nunito-Regular.ttf') format('truetype');
|
||
|
|
font-weight: 400;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-Italic.woff2') format('woff2'),
|
||
|
|
url('Nunito-Italic.woff') format('woff'),
|
||
|
|
url('Nunito-Italic.ttf') format('truetype');
|
||
|
|
font-weight: 400;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-Medium.woff2') format('woff2'),
|
||
|
|
url('Nunito-Medium.woff') format('woff'),
|
||
|
|
url('Nunito-Medium.ttf') format('truetype');
|
||
|
|
font-weight: 500;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-MediumItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-MediumItalic.woff') format('woff'),
|
||
|
|
url('Nunito-MediumItalic.ttf') format('truetype');
|
||
|
|
font-weight: 500;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-SemiBold.woff2') format('woff2'),
|
||
|
|
url('Nunito-SemiBold.woff') format('woff'),
|
||
|
|
url('Nunito-SemiBold.ttf') format('truetype');
|
||
|
|
font-weight: 600;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-SemiBoldItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-SemiBoldItalic.woff') format('woff'),
|
||
|
|
url('Nunito-SemiBoldItalic.ttf') format('truetype');
|
||
|
|
font-weight: 600;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-Bold.woff2') format('woff2'),
|
||
|
|
url('Nunito-Bold.woff') format('woff'),
|
||
|
|
url('Nunito-Bold.ttf') format('truetype');
|
||
|
|
font-weight: 700;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-BoldItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-BoldItalic.woff') format('woff'),
|
||
|
|
url('Nunito-BoldItalic.ttf') format('truetype');
|
||
|
|
font-weight: 700;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-ExtraBold.woff2') format('woff2'),
|
||
|
|
url('Nunito-ExtraBold.woff') format('woff'),
|
||
|
|
url('Nunito-ExtraBold.ttf') format('truetype');
|
||
|
|
font-weight: 800;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-ExtraBoldItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-ExtraBoldItalic.woff') format('woff'),
|
||
|
|
url('Nunito-ExtraBoldItalic.ttf') format('truetype');
|
||
|
|
font-weight: 800;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-Black.woff2') format('woff2'),
|
||
|
|
url('Nunito-Black.woff') format('woff'),
|
||
|
|
url('Nunito-Black.ttf') format('truetype');
|
||
|
|
font-weight: 900;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito';
|
||
|
|
src: url('Nunito-BlackItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-BlackItalic.woff') format('woff'),
|
||
|
|
url('Nunito-BlackItalic.ttf') format('truetype');
|
||
|
|
font-weight: 900;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* This is a variable font
|
||
|
|
* You can control variable axes as shown below:
|
||
|
|
* font-variation-settings: ital 0.0wght 200.0;
|
||
|
|
*
|
||
|
|
* available axes:
|
||
|
|
'ital' (range from 0.0 to 1.0'wght' (range from 200.0 to 1.0e3
|
||
|
|
*/
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito-Variable';
|
||
|
|
src: url('Nunito-Variable.woff2') format('woff2'),
|
||
|
|
url('Nunito-Variable.woff') format('woff'),
|
||
|
|
url('Nunito-Variable.ttf') format('truetype');
|
||
|
|
font-weight: 200 1000;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* This is a variable font
|
||
|
|
* You can control variable axes as shown below:
|
||
|
|
* font-variation-settings: ital 0.0wght 200.0;
|
||
|
|
*
|
||
|
|
* available axes:
|
||
|
|
'ital' (range from 0.0 to 1.0'wght' (range from 200.0 to 1.0e3
|
||
|
|
*/
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Nunito-VariableItalic';
|
||
|
|
src: url('Nunito-VariableItalic.woff2') format('woff2'),
|
||
|
|
url('Nunito-VariableItalic.woff') format('woff'),
|
||
|
|
url('Nunito-VariableItalic.ttf') format('truetype');
|
||
|
|
font-weight: 200 1000;
|
||
|
|
font-display: swap;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|