From c9424f5c40b5bb3e5fbd1596e297566cff47b0e8 Mon Sep 17 00:00:00 2001 From: Ben Blank Date: Sat, 2 Jul 2022 21:15:05 -0700 Subject: [PATCH] Add "monospace" as a fallback font for pre and code --- _sass/jekyll-theme-modernist.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-modernist.scss b/_sass/jekyll-theme-modernist.scss index e995b27c..742ad52e 100644 --- a/_sass/jekyll-theme-modernist.scss +++ b/_sass/jekyll-theme-modernist.scss @@ -209,7 +209,7 @@ img { } code, pre { - font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; + font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace; color:#333; font-size:12px; overflow-x:auto;