From d74785be1a03c54b86a3a2e42d305aeb3e75fed0 Mon Sep 17 00:00:00 2001 From: Katie Langerman <18661030+langermank@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:40:19 -0800 Subject: [PATCH] Update src/support/variables/typography.scss --- src/support/variables/typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/variables/typography.scss b/src/support/variables/typography.scss index 0dbb69ad93..ae02718b43 100644 --- a/src/support/variables/typography.scss +++ b/src/support/variables/typography.scss @@ -36,7 +36,7 @@ $body-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetic // Monospace font stack // Note: SFMono-Regular needs to come before SF Mono to fix an older version of the font in Chrome -$mono-font: var(--fontStack-monospace), ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !default; +$mono-font: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace) !default; // The base body size $body-font-size: 14px !default;