mediawiki-skins-Citizen/resources/skins.citizen.styles.fonts/skins.citizen.styles.fonts.less
github-actions b33c85a409 Make a dinner reservation - MediaWiki CI
I clean up code to MediaWiki standards
2020-08-12 12:59:56 -04:00

21 lines
449 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' );
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url( '@{font-directory}Roboto-ItalicVF.woff2' ) format( 'woff2-variations' );
font-weight: normal;
font-style: italic;
font-display: swap;
}