Skip to content

Commit bfb0277

Browse files
committed
refactor(website): minor improvements
1 parent 7af8efa commit bfb0277

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

website/styles/base.scss

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
@import "ress/ress.css";
22

33
: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+
423
--font-family-ui:
524
system-ui,
625
-apple-system,

website/styles/overrides.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
html[lang] {
2+
font-family: var(--font-family-body);
3+
}
4+
15
h1,
26
h2,
37
h3 {

0 commit comments

Comments
 (0)