[bugfix] Config Page: Appearance tab. Fix Ui Font setting that was not working.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
:root {
|
||||
font-size: 62.5%;
|
||||
color: #F2F2F2;
|
||||
font-family: "Yu Gothic UI";
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -24,7 +23,7 @@
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
font-family: "Yu Gothic UI"; /* If not found the font family where 'root:' that is selected by user*/
|
||||
font-family: var(--font_family); /* If not found the font family where 'root:' that is selected by user*/
|
||||
border-radius: 1.8rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -50,4 +50,6 @@
|
||||
--main_page_topbar_height: 4.8rem;
|
||||
--config_page_sidebar_width: 18rem;
|
||||
--config_page_topbar_height: 8rem;
|
||||
|
||||
--font_family: "Yu Gothic UI";
|
||||
}
|
||||
Reference in New Issue
Block a user