mediawiki-skins-Citizen/resources/skins.citizen.styles.fonts/skins.citizen.styles.fonts.less
2021-01-11 11:50:41 -05:00

25 lines
633 B
Plaintext

// Font-face stylesheet
// Directory of hosted font
@font-directory: 'fonts/';
@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.woff2' ) format( 'woff2-variations' );
}
@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.woff2' ) format( 'woff2-variations' );
}