From ad01aaaa4634b8067cc61e42ba03ac2e6dd37fb0 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Mon, 12 May 2025 18:36:42 -0600 Subject: [fix] Add Hack as body fallback font for symbols --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 08f7954..0123154 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ * { box-sizing: border-box; margin: 0; padding: 0; - font-family: "Lato", "Noto Sans CJK JP", sans-serif; + font-family: "Lato", "Hack", "Noto Sans CJK JP", sans-serif; font-size: 18px; line-height: 1.5rem; } -- cgit v1.2.3-70-g09d2