From a0ff79483d7924f3bc36940d01d153b4b982b5eb Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 17 Dec 2018 11:59:18 +0100 Subject: [PATCH] changed font to roboto --- themes/nemo/static/css/nemo.css | 19 +++++-------------- themes/nemo/templates/base.html | 1 + 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/themes/nemo/static/css/nemo.css b/themes/nemo/static/css/nemo.css index 1f0b25c..1018236 100644 --- a/themes/nemo/static/css/nemo.css +++ b/themes/nemo/static/css/nemo.css @@ -1,18 +1,7 @@ -@font-face{ - font-family: 'Fira Mono'; - src: url('/theme/fonts/FiraMono-Regular.eot'); - src: url('/theme/fonts/FiraMono-Regular.eot') format('embedded-opentype'), - url('/theme/fonts/FiraMono-Regular.woff2') format('woff2'), - url('/theme/fonts/FiraMono-Regular.woff') format('woff'), - url('/theme/fonts/FiraMono-Regular.ttf') format('truetype'); - font-weight: 400; - font-style: normal; -} - body { background: #ffffff; height: 100%; - font-family: Fira Mono, monospace; + font-family: Roboto Mono, monospace; font-style: normal; font-size: 1.5em; } @@ -28,6 +17,7 @@ a:hover { h1 { color: #000000; margin-top: 75px; + font-family: 'Roboto Slab', serif; } h1 a { @@ -36,6 +26,7 @@ h1 a { h2 { color: #000000; + font-family: 'Roboto Slab', serif; } hr { @@ -79,12 +70,12 @@ figcaption { } #tipue_search_input { - font-family: Fira Mono, monospace; + font-family: Roboto 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: Fira Mono, monospace; + font-family: Roboto Mono, monospace; } .tipue_search_content_title a, .tipue_search_content_url a { diff --git a/themes/nemo/templates/base.html b/themes/nemo/templates/base.html index de3d991..a7b8eb7 100644 --- a/themes/nemo/templates/base.html +++ b/themes/nemo/templates/base.html @@ -11,6 +11,7 @@ + {% if CUSTOM_CSS %} {% endif %}