From 0febe676b223e47d80bfb3dec183c0a40842e4f3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 21 May 2018 15:09:38 +0200 Subject: fix(static): Let monospaced fonts be monospaced. --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 9e0ea7c692f1..5201592932ed 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,4 +1,4 @@ -* :not(.material-icons) { +* :not(.material-icons) :not(code) { font-family: 'Ubuntu', sans-serif !important; } -- cgit 1.4.1