Switch to system-ui font for even better performance
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-11-09 05:09:54 +07:00
parent c92f091e2c
commit b2e76da1bc

View file

@ -1,15 +1,9 @@
@import url("https://rsms.me/inter/inter.css");
@import url("navbar.css"); @import url("navbar.css");
:root { :root {
--white: #fff; --white: #fff;
--black: #000; --black: #000;
font-family: Inter, sans-serif; font-family: system-ui;
font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
:root { font-family: InterVariable, sans-serif; }
} }
p {font-size: 11pt;} p {font-size: 11pt;}