diff options
-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; |