From 54358be7b80edbe98426b02548adaccd9628b22e Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 5 Mar 2018 08:29:18 +0000 Subject: [PATCH] fixed fira mono font in theme --- themes/walden/static/css/walden.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/walden/static/css/walden.css b/themes/walden/static/css/walden.css index 66348ab..f900378 100644 --- a/themes/walden/static/css/walden.css +++ b/themes/walden/static/css/walden.css @@ -1,7 +1,7 @@ body { background: #ffffff; height: 100%; - font-family: Hack, monospace; + font-family: Fira Mono, monospace; } a { @@ -67,12 +67,12 @@ figcaption { } #tipue_search_input { - font-family: Hack, monospace; + font-family: Fira Mono, monospace; padding: 0px; } #tipue_search_results_count, .tipue_search_content_title a, .tipue_search_content_url a, .tipue_search_content_text, #tipue_search_warning { - font-family: Hack, monospace; + font-family: Fira Mono, monospace; } .tipue_search_content_title a, .tipue_search_content_url a {