From c484ea6bae5e6283bf82860e9a84413e60720163 Mon Sep 17 00:00:00 2001 From: monospaced Date: Thu, 16 Nov 2023 11:51:12 +0000 Subject: [PATCH] feat: new monospaced font stack --- packages/core/styles/typography.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/core/styles/typography.css b/packages/core/styles/typography.css index b1aedde6a8..10b31151bd 100644 --- a/packages/core/styles/typography.css +++ b/packages/core/styles/typography.css @@ -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; }