From 3aead370e0df910089801023b66223f1714a993e Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 17 Feb 2022 22:36:01 -0800 Subject: [PATCH] Fix body Japanese font --- themes/tegakituesday.com/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index d553a50..b1ecd95 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -68,7 +68,7 @@ } body { - font-family: 'Lato', sans-serif; + font-family: 'Lato', 'K Gothic', sans-serif; margin: 0; width: 100%; height: 100vh;