Switch to Inter font served via CDN
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
4a3bbee999
commit
b1b2eaf1b4
28 changed files with 15 additions and 129 deletions
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue