We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af8efa commit bfb0277Copy full SHA for bfb0277
website/styles/base.scss
@@ -1,6 +1,25 @@
1
@import "ress/ress.css";
2
3
:root {
4
+ --font-family-body:
5
+ "SF Pro Text",
6
+ "SF Pro Icons",
7
+ system-ui,
8
+ -apple-system,
9
+ BlinkMacSystemFont,
10
+ "Segoe UI",
11
+ Roboto,
12
+ "Noto Sans",
13
+ Ubuntu,
14
+ Cantarell,
15
+ "Helvetica Neue",
16
+ Arial,
17
+ sans-serif,
18
+ "Apple Color Emoji",
19
+ "Segoe UI Emoji",
20
+ "Segoe UI Symbol",
21
+ "Noto Color Emoji";
22
+
23
--font-family-ui:
24
system-ui,
25
-apple-system,
website/styles/overrides.scss
@@ -1,3 +1,7 @@
+html[lang] {
+ font-family: var(--font-family-body);
+}
h1,
h2,
h3 {
0 commit comments