Switch to Inter font served via CDN
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-10-28 20:51:15 +07:00
parent 4a3bbee999
commit b1b2eaf1b4
28 changed files with 15 additions and 129 deletions

View file

@ -1,12 +1,17 @@
@import url("inter/inter.css");
@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; }
}
html * {font-family: Inter, Cantarell, sans-serif;}
p {font-size: 11pt;}
h1 {margin-top: 3vh;}