We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a23d2 commit 50cd2f3Copy full SHA for 50cd2f3
style.css
@@ -12,17 +12,12 @@
12
--ctp-antilavender: var(--ctp-frappe-lavender);
13
font-family: Inter, sans-serif;
14
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;
21
word-wrap: break-word;
22
overflow-wrap: break-word;
23
font-size: 18px;
24
}
25
+/* Font Variation Settings */
26
@supports (font-variation-settings: normal) {
27
:root {
28
font-family: InterVariable, sans-serif;
0 commit comments