From 133766bf8c8ab44e24fbf4d4dd9e6a614327ac75 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 29 Nov 2020 16:26:50 +0900 Subject: [PATCH] Use BIZ UDGothic --- src/client/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/style.scss b/src/client/style.scss index 72a9ace7e..2e7db10be 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -26,7 +26,7 @@ html { background-position: center; color: var(--fg); overflow: auto; - font-family: "BIZ UDPGothic", Roboto, HelveticaNeue, Arial, sans-serif; + font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; line-height: 1.35; text-size-adjust: 100%;