Serve fonts locally

This commit is contained in:
2024-10-05 17:41:24 +01:00
parent 8669904edd
commit 485f58c61d
3 changed files with 6 additions and 9 deletions

View File

@ -1,16 +1,8 @@
@import url("https://rsms.me/inter/inter.css");
:root {
font-family: "Inter", sans-serif;
font-family: "Inter Variable", sans-serif;
color-scheme: light;
}
@supports (font-variation-settings: normal) {
:root {
font-family: "Inter var", sans-serif;
}
}
* {
margin: 0;
padding: 0;