From bb05796aad9676488a00bb53b792bc9260204e51 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 10 May 2015 19:41:26 +0200 Subject: Default to Inconsolatazi4 for code blocks --- src/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index 4e36e1b..4090774 100644 --- a/src/style.css +++ b/src/style.css @@ -174,8 +174,10 @@ img.picture-me { margin-right: 0.1rem; } -tt.literal { - font-size: 0.75rem; +tt.literal, +pre.code { + font-size: 0.9em; + font-family: 'Inconsolatazi4', 'monospace'; } #index, #about { -- cgit v1.2.3-54-g00ecf