diff --git a/src/main/resources/css/dark_theme.css b/src/main/resources/css/dark_theme.css index a00e46845..0263895a0 100644 --- a/src/main/resources/css/dark_theme.css +++ b/src/main/resources/css/dark_theme.css @@ -16,10 +16,6 @@ src: url('opensans-bold.ttf'); } -@font-face { - src: url('quicksand-bold.ttf'); -} - /******************************************************************************* * * * Root Styling & Colors * @@ -179,14 +175,6 @@ -fx-background-insets: 0, 0 0 1px 0; } -.main-window .title .label { - -fx-font-family: 'Quicksand'; - -fx-font-size: 16px; - -fx-font-style: normal; - -fx-font-weight: 700; - -fx-text-fill: TITLE_TEXT_FILL; -} - .main-window .title .button { -fx-pref-height: 30px; -fx-pref-width: 30px; diff --git a/src/main/resources/css/light_theme.css b/src/main/resources/css/light_theme.css index 09c743705..65460e7d6 100644 --- a/src/main/resources/css/light_theme.css +++ b/src/main/resources/css/light_theme.css @@ -16,9 +16,7 @@ src: url('opensans-bold.ttf'); } -@font-face { - src: url('quicksand-bold.ttf'); -} + /******************************************************************************* * * @@ -178,14 +176,6 @@ -fx-background-color: TITLE_BG; } -.main-window .title .label { - -fx-font-family: 'Quicksand'; - -fx-font-size: 16px; - -fx-font-style: normal; - -fx-font-weight: 700; - -fx-text-fill: TITLE_TEXT_FILL; -} - .main-window .title .button { -fx-pref-height: 30px; -fx-pref-width: 30px; diff --git a/src/main/resources/fxml/addvault_welcome.fxml b/src/main/resources/fxml/addvault_welcome.fxml index 7d7244973..d86162020 100644 --- a/src/main/resources/fxml/addvault_welcome.fxml +++ b/src/main/resources/fxml/addvault_welcome.fxml @@ -21,7 +21,7 @@ - + diff --git a/src/main/resources/fxml/health_start.fxml b/src/main/resources/fxml/health_start.fxml index a23eda414..00bb69207 100644 --- a/src/main/resources/fxml/health_start.fxml +++ b/src/main/resources/fxml/health_start.fxml @@ -26,7 +26,7 @@ - + diff --git a/src/main/resources/fxml/main_window_title.fxml b/src/main/resources/fxml/main_window_title.fxml index 734107e4f..bd60aa25d 100644 --- a/src/main/resources/fxml/main_window_title.fxml +++ b/src/main/resources/fxml/main_window_title.fxml @@ -7,6 +7,8 @@ + + -