Skip to content

Commit

Permalink
Improve OS systems default font family usage
Browse files Browse the repository at this point in the history
  • Loading branch information
adesurirey committed Sep 19, 2020
1 parent 1983fa8 commit f516524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/notes-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
--border-radius: 3px;

--font-size: 14px;
--font-family: system-ui;
--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
--monospace: 'Fira Mono', 'Cousine', 'Consolas', monospace;

--heading-char-color: var(--light-trait-400);
Expand Down

0 comments on commit f516524

Please sign in to comment.