2021-04-04 18:30:23 +00:00
|
|
|
/*
|
|
|
|
* Fonts used:
|
|
|
|
*
|
|
|
|
* Name: Roboto VF
|
|
|
|
* Version: v3.004
|
|
|
|
* Link: https://github.com/TypeNetwork/Roboto
|
|
|
|
*/
|
2019-08-15 17:40:13 +00:00
|
|
|
|
2021-04-04 18:30:23 +00:00
|
|
|
/* Font directory */
|
2019-08-15 17:40:13 +00:00
|
|
|
@font-directory: 'fonts/';
|
|
|
|
|
2021-04-04 18:30:23 +00:00
|
|
|
/* Latin (Basic Latin + Latin-1 Supplement ) */
|
2019-08-15 17:40:13 +00:00
|
|
|
@font-face {
|
2021-01-11 16:45:52 +00:00
|
|
|
font-display: swap;
|
2019-12-26 10:21:50 +00:00
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
2021-01-11 16:45:52 +00:00
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
2021-01-11 16:50:41 +00:00
|
|
|
/* stylelint-enable font-weight-notation */
|
2021-04-04 18:30:23 +00:00
|
|
|
src: url( '@{font-directory}RobotoVF-latin.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0000-00FF;
|
2019-08-15 17:40:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2021-01-11 16:45:52 +00:00
|
|
|
font-display: swap;
|
2019-12-26 10:21:50 +00:00
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: italic;
|
2021-01-11 16:45:52 +00:00
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
2021-01-11 16:50:41 +00:00
|
|
|
/* stylelint-enable font-weight-notation */
|
2021-04-04 18:30:23 +00:00
|
|
|
src: url( '@{font-directory}Roboto-ItalicVF-latin.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0000-00FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Latin Extended A */
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}RobotoVF-latinexta.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0100-017F;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: italic;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}Roboto-ItalicVF-latinexta.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0100-017F;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Latin Extended B */
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}RobotoVF-latinextb.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0180-024F, U+0259;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: italic;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}Roboto-ItalicVF-latinextb.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0180-024F, U+0259;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Greek and Coptic */
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}RobotoVF-greek.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0370-03FF, U+1F4D;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: italic;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}Roboto-ItalicVF-greek.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0370-03FF, U+1F4D;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Cyrillic (Cyrillic + Cyrillic Supplement) */
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}RobotoVF-cyrillic.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0400-052F;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: italic;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}Roboto-ItalicVF-cyrillic.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+0400-052F;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Latin Extended Additional */
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}RobotoVF-latinextadd.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+1E00-1EFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: italic;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}Roboto-ItalicVF-latinextadd.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+1E00-1EFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Special characters
|
|
|
|
* - Spacing Modifier Letters
|
|
|
|
* - General punctuation
|
|
|
|
* - Superscripts and Subscripts
|
|
|
|
* - Currency Symbols
|
|
|
|
* - Letterlike Symbols
|
|
|
|
* - Number Forms
|
|
|
|
* - Mathematical Operators
|
|
|
|
*/
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}RobotoVF-spec.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+02B0-02FF, U+2000-22F;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: italic;
|
|
|
|
/* stylelint-disable font-weight-notation */
|
|
|
|
font-weight: 100 900;
|
|
|
|
/* stylelint-enable font-weight-notation */
|
|
|
|
src: url( '@{font-directory}Roboto-ItalicVF-spec.woff2' ) format( 'woff2-variations' );
|
|
|
|
unicode-range: U+02B0-02FF, U+2000-22F;
|
2020-08-07 05:33:15 +00:00
|
|
|
}
|