Skip to content

Commit cf21520

Browse files
authored
Update style.css
1 parent 27ddada commit cf21520

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
body {
2-
font-family: "Inter", sans-serif;
3-
}
1+
42

53
:root {
64
--accent-rgb: rgb(114, 135, 253);
5+
font-family: Inter, sans-serif;
6+
font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
7+
}
8+
@supports (font-variation-settings: normal) {
9+
:root { font-family: InterVariable, sans-serif; }
710
}
811

912
h1 {

0 commit comments

Comments
 (0)