mediawiki-skins-Citizen/resources/skins.citizen.styles.fonts/skins.citizen.styles.fonts.less
2020-08-12 12:59:57 -04:00

25 lines
633 B
Plaintext

// Font-face stylesheet
// Directory of hosted font
@font-directory: 'fonts/';
@font-face {
font-family: 'Roboto';
src: url( '@{font-directory}RobotoVF.woff2' ) format( 'woff2-variations' );
/* stylelint-disable font-weight-notation */
font-weight: 100 900;
/* stylelint-enable font-weight-notation */
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url( '@{font-directory}Roboto-ItalicVF.woff2' ) format( 'woff2-variations' );
/* stylelint-disable font-weight-notation */
font-weight: 100 900;
/* stylelint-enable font-weight-notation */
font-style: italic;
font-display: swap;
}