From e042214a4520f90bdae7be0afb4ce402f6411ea5 Mon Sep 17 00:00:00 2001 From: Andrew <45273859+Arc-blroth@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:44:33 -0800 Subject: [PATCH] fix bold monospace glyphs being too wide: the second --- assets/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/global.scss b/assets/styles/global.scss index 3da45a0..fba56e4 100644 --- a/assets/styles/global.scss +++ b/assets/styles/global.scss @@ -1,7 +1,7 @@ --- --- -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,500;0,700;1,500;1,700&family=Open+Sans:wght@400;700&family=Roboto&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,500;0,700;1,500;1,700&display=swap'); html, body {