diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss
index 69be6d33be93ed1719d266891d063838b9febe16..9b562d32282b634071df08f962e7beb267819009 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%;