diff options
author | Alexis Hovorka <[email protected]> | 2025-05-12 18:36:42 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2025-05-12 18:36:42 -0600 |
commit | ad01aaaa4634b8067cc61e42ba03ac2e6dd37fb0 (patch) | |
tree | d595437c883e4ad3535fa301273e284e958ba6d7 /static | |
parent | c7d6fa529c2ddc2d6212abab42cb2c5d23d58176 (diff) |
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |