From 4a104e9e2bb7ad0afb085bee201faa2bb492546d Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
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%;