From 3be8c0d715afc987a210fe13db934427bfb64088 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:39:04 +0900 Subject: [PATCH] [bugfix] Font Family. Fix default font family when the font family, that is selected by the user, is not found. --- src-ui/utils/root.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/utils/root.css b/src-ui/utils/root.css index 23055345..87388742 100644 --- a/src-ui/utils/root.css +++ b/src-ui/utils/root.css @@ -24,6 +24,7 @@ html, body { height: 100%; + font-family: "Yu Gothic UI"; /* If not found the font family where 'root:' that is selected by user*/ }