mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
test: fix font weight notation stylelint rules
This commit is contained in:
parent
da76ccbbeb
commit
bf7f458b79
|
@ -6,19 +6,19 @@
|
|||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Roboto';
|
||||
/* stylelint-enable font-weight-notation */
|
||||
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';
|
||||
/* stylelint-enable font-weight-notation */
|
||||
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' );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue