From 8d7f3ab28420e76967a355eb8050b37477576f14 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 25 May 2016 10:18:53 +0200 Subject: [PATCH] =?UTF-8?q?Use=20the=20=E2=80=9CConsolas=E2=80=9D=20font?= =?UTF-8?q?=20instead=20of=20=E2=80=9CCourier=20New=E2=80=9D=20for=20code?= =?UTF-8?q?=20blocks=20(#163)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/poole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/poole.css b/static/css/poole.css index 19ed23cd..f077f712 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -147,7 +147,7 @@ abbr[title] { /* Code */ code, pre { - font-family: Menlo, Monaco, "Courier New", monospace; + font-family: Menlo, Monaco, Consolas, monospace; } code { padding: .25em .5em;