From fa32b9f70050901b1be11e649ed28bba047132ce Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 21 May 2018 23:16:49 +0200 Subject: [PATCH] fix(static): Set monospaced fonts appropriately I'm not web enough to make the `not`-selector thing work. --- static/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index 27f05be72..510a25ded 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,5 +1,9 @@ -* :not(.material-icons, code) { - font-family: 'Ubuntu', sans-serif !important; +* :not(.material-icons) { + font-family: 'Ubuntu', sans-serif; +} + +code, pre, code * { + font-family: 'Ubuntu Mono', monospace !important; } .cvs-title, .thread-link {