Serve fonts locally
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user