mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:46:40 -04:00
non-variable Inter font was still loading on Chrome
This commit is contained in:
@ -18,7 +18,7 @@ body {
|
||||
// stylelint-disable-next-line plugin/no-unsupported-browser-features
|
||||
@supports (font-variation-settings: normal) {
|
||||
body {
|
||||
font-family: $webfont-sans-variable, $webfont-sans;
|
||||
font-family: $webfont-sans-variable;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user