From 192a1bd69e56fcae761339f77ab8503bccf76ce4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 21 Sep 2022 02:10:59 +0900 Subject: [PATCH] :art: --- packages/client/src/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index 69be6d33b..9b562d322 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -29,7 +29,7 @@ html { accent-color: var(--accent); overflow: auto; overflow-wrap: break-word; - font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; + font-family: 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; font-size: 14px; line-height: 1.35; text-size-adjust: 100%;