Skip to content

Commit

Permalink
feat(styles): change monospace fonts order
Browse files Browse the repository at this point in the history
Fixes #1931
  • Loading branch information
ogonkov authored Oct 31, 2024
1 parent e16fa1c commit 0eb1f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/themes/common/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin variables {
--g-font-family-sans: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
--g-font-family-monospace: 'Menlo', 'Monaco', 'Consolas', 'Ubuntu Mono', 'Liberation Mono',
--g-font-family-monospace: 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Ubuntu Mono',
'DejaVu Sans Mono', 'Courier New', 'Courier', monospace;

--g-text-body-font-family: var(--g-font-family-sans);
Expand Down

0 comments on commit 0eb1f7c

Please sign in to comment.