diff --git a/HMCL/src/main/resources/assets/css/root.css b/HMCL/src/main/resources/assets/css/root.css index ddb77d812..6ee101048 100644 --- a/HMCL/src/main/resources/assets/css/root.css +++ b/HMCL/src/main/resources/assets/css/root.css @@ -431,7 +431,6 @@ .jfx-layout-heading { -fx-font-size: 20.0px; - -fx-font-family: -fx-base-font-family; -fx-alignment: center-left; -fx-padding: 5.0 0.0 5.0 0.0; } @@ -449,18 +448,15 @@ .dialog-error { -fx-text-fill: #d32f2f; - -fx-font-family: -fx-base-font-family; -fx-padding: 0.7em 0.8em; } .dialog-accept { -fx-text-fill: #03A9F4; - -fx-font-family: -fx-base-font-family; -fx-padding: 0.7em 0.8em; } .dialog-cancel { - -fx-font-family: -fx-base-font-family; -fx-padding: 0.7em 0.8em; }