From 182244d49fd2d96dcc2bc947aee56e9ae9afe3b4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 29 May 2023 20:10:57 +0200 Subject: Add a backup font --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3