[bugfix] Font Family. Fix default font family when the font family, that is selected by the user, is not found.

This commit is contained in:
Sakamoto Shiina
2024-10-02 18:39:04 +09:00
parent 9f7101e233
commit 3be8c0d715

View File

@@ -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*/
}