diff options
Diffstat (limited to 'static/style.css')
-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; } |