diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-05-29 20:10:57 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-05-29 20:10:57 +0200 |
commit | 182244d49fd2d96dcc2bc947aee56e9ae9afe3b4 (patch) | |
tree | efc27eae93cd865485a2cda9553711e11795d27c | |
parent | 12142bada5ae55b2c4eeb39749fed4ec9489584e (diff) |
Add a backup font
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 0bc6172..a3ebc45 100644 --- a/src/style.css +++ b/src/style.css @@ -53,7 +53,7 @@ body { background-color: var(--background-color); display: flex; flex-direction: column; - font-family: 'Ysabeau', sans-serif; + font-family: 'Ysabeau', 'Helvetica', sans-serif; font-variant-numeric: lining-nums; font-feature-settings: 'ss02'; font-weight: 500; |