Skip to content

Commit

Permalink
feat(styles)!: change monospace fonts order (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov authored Nov 4, 2024
1 parent 43b9d63 commit e06657f
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 e06657f

Please sign in to comment.