Skip to content

Commit

Permalink
Defined Arial to be the default font for the calendar. Otherwise bold…
Browse files Browse the repository at this point in the history
… fonts do not show up on Mac.
  • Loading branch information
dlemmermann committed Sep 20, 2022
1 parent e5de593 commit 75809c3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
*/

* {
-fx-font-family: "Arial";

-style1-color: rgba(119.0, 192.0, 75.0, 0.9);
-style2-color: rgba(65.0, 143.0, 203.0, 0.9);
-style3-color: rgba(247.0, 209.0, 91.0, 0.9);
Expand Down Expand Up @@ -2052,6 +2054,11 @@
.resources-view {
}

.resources-view .week-number-label {
-fx-font-size: 1.2em;
-fx-font-weight: bold;
}

.resources-view .header-box .resource-header-view .resource-header {
-fx-padding: 5px;
-fx-font-weight: bold;
Expand Down

0 comments on commit 75809c3

Please sign in to comment.