From 09d41510ad740031c5a6e82fe8e57b2679ffa36c Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 27 Apr 2016 16:45:44 +0100 Subject: [PATCH] Update font --- static/css/hugo-academic.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/hugo-academic.css b/static/css/hugo-academic.css index 128c7c40..ef33a8e0 100644 --- a/static/css/hugo-academic.css +++ b/static/css/hugo-academic.css @@ -9,7 +9,8 @@ * Fonts **************************************************/ -@import url(https://fonts.googleapis.com/css?family=Roboto); +@import url(https://fonts.googleapis.com/css?family=Roboto:400,700); +@import url(https://fonts.googleapis.com/css?family=Roboto+Mono); @import url(https://fonts.googleapis.com/css?family=Merriweather); /************************************************* @@ -56,6 +57,10 @@ h3.post-title a:hover { color: #33cc99; } +pre, code { + font-family: 'Roboto Mono', 'Courier New', 'Courier', monospace; +} + /************************************************* * Footer **************************************************/