Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Commit

Permalink
Add bold font
Browse files Browse the repository at this point in the history
  • Loading branch information
seowalex committed Sep 9, 2020
1 parent 455f61a commit d7e2ca3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added src/main/resources/fonts/FiraCode-Bold.ttf
Binary file not shown.
6 changes: 5 additions & 1 deletion src/main/resources/stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
src: url('../fonts/FiraCode.ttf');
}

@font-face {
src: url('../fonts/FiraCode-Bold.ttf');
}

.user-dialog-box .label {
-fx-text-fill: #7851A9;
-fx-font-weight: bold;
-fx-font-family: 'Fira Code Bold';
}

.label {
Expand Down

0 comments on commit d7e2ca3

Please sign in to comment.