Skip to content

Commit 50cd2f3

Browse files
authored
Update style.css
1 parent 44a23d2 commit 50cd2f3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

style.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,12 @@
1212
--ctp-antilavender: var(--ctp-frappe-lavender);
1313
font-family: Inter, sans-serif;
1414
font-feature-settings: 'liga' 1, 'calt' 1, 'ss04' 1;
15-
}
16-
17-
/* Root Variables */
18-
:root {
19-
font-family: Inter, sans-serif;
20-
font-feature-settings: 'liga' 1, 'calt' 1, 'ss04' 1;
2115
word-wrap: break-word;
2216
overflow-wrap: break-word;
2317
font-size: 18px;
2418
}
2519

20+
/* Font Variation Settings */
2621
@supports (font-variation-settings: normal) {
2722
:root {
2823
font-family: InterVariable, sans-serif;

0 commit comments

Comments
 (0)