Skip to content

Commit

Permalink
Fix serif font appearing on system that do not define the system font
Browse files Browse the repository at this point in the history
  • Loading branch information
FliiFe committed Mar 18, 2018
1 parent 249dbc4 commit 40fd1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main/css/themes/dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
/* Main fonts and colors */
--main-background-color: rgba(62, 65, 67, 1);
--main-font: system;
--main-font: system, sans-serif;
--main-font-color: white;

/* border styles */
Expand Down
2 changes: 1 addition & 1 deletion app/main/css/themes/light.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
/* Main fonts and colors */
--main-background-color: rgba(255, 255, 255, 1);
--main-font: system;
--main-font: system, sans-serif;
--main-font-color: #000000;

/* border styles */
Expand Down

0 comments on commit 40fd1b3

Please sign in to comment.