diff --git a/source/assets/sass/config/_typography.scss b/source/assets/sass/config/_typography.scss index c2bb959..d80646f 100644 --- a/source/assets/sass/config/_typography.scss +++ b/source/assets/sass/config/_typography.scss @@ -8,4 +8,5 @@ $sl-font-family--text: 'Source Sans Pro', system-ui, -apple-system, 'Segoe UI', $sl-font-family--display: 'Source Serif Pro', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', times, serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default; -$sl-font-family--code: Menlo, Consolas, "Courier New", Courier, ui-monospace, monospace !default; +$sl-font-family--code: Menlo, Consolas, 'Courier New', Courier, ui-monospace, + monospace !default;