From 0c9d39260b07328b8ac02059f9844be597a7cc78 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 1 Feb 2014 16:39:52 -0800 Subject: Change the font for the "code" block. --- _assets/screen.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_assets') diff --git a/_assets/screen.scss b/_assets/screen.scss index 7cb3818..15122c1 100644 --- a/_assets/screen.scss +++ b/_assets/screen.scss @@ -437,8 +437,9 @@ figure { p code, li code { background-color: #eee; - font-weight: 700; - font-size: 110%; + font-weight: 400; + font-size: 90%; + font-family: Consolas,"Andale Mono",Monaco,Courier,"Courier New",Verdana,sans-serif;; } .highlight { -- cgit v1.2.3