diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-01 11:35:49 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-01 11:35:49 +0200 |
| commit | b17b1ef4768bbe62fce05adde7298bb810ac4683 (patch) | |
| tree | aed4c358b53742f496c73c3f571f8459bfabb7cc | |
| parent | 970436b9127f93badeb7f865cae3eb6a744ae051 (diff) | |
Add system-ui to font list
| -rw-r--r-- | pages/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/style.css b/pages/style.css index e11ea26..d9ade07 100644 --- a/pages/style.css +++ b/pages/style.css @@ -31,7 +31,7 @@ html, body { } body { - font-family: "Adwaita Sans", sans-serif; + font-family: "Adwaita Sans", system-ui, sans-serif; font-variant-numeric: tabular-nums; background-color: var(--bg-color); color: var(--font-color); |
