Skip to content

Commit

Permalink
Fix font styes
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 27, 2022
1 parent 7f6e770 commit e4de870
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion styles/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions styles/partials/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ h5 {
margin: 2rem;
font-weight: normal;
}

a {
font-weight: 500;
}
2 changes: 1 addition & 1 deletion styles/partials/layout/titlebar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* titlebar */
.custom-titlebar {
font-family: Arial, Helvetica, sans-serif;
color: white !important;
font-weight: 500 !important;
}

/* controls */
Expand Down
Loading

0 comments on commit e4de870

Please sign in to comment.