Switch to system-ui font for even better performance
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c92f091e2c
commit
b2e76da1bc
1 changed files with 1 additions and 7 deletions
|
@ -1,15 +1,9 @@
|
|||
@import url("https://rsms.me/inter/inter.css");
|
||||
@import url("navbar.css");
|
||||
|
||||
:root {
|
||||
--white: #fff;
|
||||
--black: #000;
|
||||
font-family: Inter, sans-serif;
|
||||
font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
|
||||
}
|
||||
|
||||
@supports (font-variation-settings: normal) {
|
||||
:root { font-family: InterVariable, sans-serif; }
|
||||
font-family: system-ui;
|
||||
}
|
||||
|
||||
p {font-size: 11pt;}
|
||||
|
|
Loading…
Reference in a new issue