Skip to content

Commit

Permalink
Fix monospace font scaling
Browse files Browse the repository at this point in the history
Fix #11
  • Loading branch information
jhildenbiddle committed Mar 8, 2024
1 parent bf92e9e commit fa025c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vars-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
--font-family : "InterVariable", "Inter", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--font-size : 16px;
--font-size-mono : 15px;
--font-size-mono : 0.9375em;
--font-size-ui : 14px;
--font-weight : 400;
--font-weight-mono: 500;
Expand Down

0 comments on commit fa025c4

Please sign in to comment.