From 4ed33f05cf1119634a89fd397db54b779e92c0e6 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 15 Jul 2019 10:40:21 +0200 Subject: fix code font --- scss/_reset.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_reset.scss b/scss/_reset.scss index 8dd06c3..99f1cae 100644 --- a/scss/_reset.scss +++ b/scss/_reset.scss @@ -14,7 +14,7 @@ body, html, h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 { font-weight: bold; } input, select, button { color: initial; } -tt, code, kbd, samp { font-family: 'monospace'; } +tt, code, kbd, samp { font-family: monospace; } code { font-size: 0.8em; } b { font-weight: bold; } em, i { font-style: italic; } -- cgit v1.2.3