From df787e0bd508bfafde1cfd3e0165731bdab30932 Mon Sep 17 00:00:00 2001 From: simurai Date: Thu, 30 May 2019 20:17:02 +0900 Subject: [PATCH] Remove Courier from `$mono-font` stack --- 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 c3d85731..c7c930a3 100644 --- a/src/support/variables/typography.scss +++ b/src/support/variables/typography.scss @@ -36,7 +36,7 @@ $lh-default: 1.5 !default; $body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; // Monospace font stack -$mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !default; +$mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !default; // The base body size $body-font-size: 14px !default;