mediawiki-skins-Citizen/resources/skins.citizen.styles.fonts/skins.citizen.styles.fonts.less

21 lines
449 B
Plaintext
Raw Normal View History

2019-08-15 17:40:13 +00:00
// Font-face stylesheet
// Directory of hosted font
@font-directory: 'fonts/';
@font-face {
2019-12-26 10:21:50 +00:00
font-family: 'Roboto';
src: url( '@{font-directory}RobotoVF.woff2' ) format( 'woff2-variations' );
2019-12-26 10:21:50 +00:00
font-weight: normal;
font-style: normal;
font-display: swap;
2019-08-15 17:40:13 +00:00
}
@font-face {
2019-12-26 10:21:50 +00:00
font-family: 'Roboto';
src: url( '@{font-directory}Roboto-ItalicVF.woff2' ) format( 'woff2-variations' );
2019-12-26 10:21:50 +00:00
font-weight: normal;
font-style: italic;
font-display: swap;
}