Skip to content

Commit d7881e5

Browse files
author
Publisher
committed
Publish Hugo-generated contents.
1 parent cdfc60a commit d7881e5

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

css/style.css

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,25 @@ body, nav {
2020
font-family:
2121
/* Might be enough in the future: https://caniuse.com/extended-system-fonts */
2222
"ui-sans-serif",
23-
/* Works ATM: https://caniuse.com/font-family-system-ui */
24-
"system-ui",
23+
/* macOS 10.11+ */
24+
"SF Pro",
25+
/* macOS 10.8+ */
26+
"Helvetica Neue",
27+
/* Windows Vista+ */
28+
"Segoe UI",
29+
/* Linux: GNOME */
30+
"Adwaita Sans",
31+
/* Linux: KDE */
32+
"Noto Sans",
33+
/* Linux */
34+
"Liberation Sans",
35+
"DejaVu Sans",
36+
/* Android */
37+
"Roboto",
2538
/* Fallback */
2639
"sans-serif";
40+
41+
font-size: 1rem;
2742
}
2843

2944
code {
@@ -35,11 +50,11 @@ code {
3550
/* macOS 10.6+ */
3651
"Menlo",
3752
/* Windows 10+ */
38-
"Cascadia Mono",
53+
"Cascadia Code",
3954
/* Windows Vista+ */
4055
"Consolas",
4156
/* Linux: GNOME */
42-
"Source Code Pro",
57+
"Adwaita Mono",
4358
/* Linux: KDE */
4459
"Hack",
4560
/* Linux */

0 commit comments

Comments
 (0)