Skip to content

Commit

Permalink
feat: new monospaced font stack
Browse files Browse the repository at this point in the history
  • Loading branch information
monospaced authored and chrisvxd committed Nov 17, 2023
1 parent 1973847 commit c484ea6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/styles/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
Segoe UI Symbol;

/* Values */
--puck-font-family-monospaced: "Menlo", "Monaco", "Liberation Mono",
"Consolas", "Courier New", monospace;
--puck-font-family-monospaced: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
--puck-font-family-proportional: var(--puck-font-stack), sans-serif;
}

0 comments on commit c484ea6

Please sign in to comment.