diff --git a/themes/nemo/static/css/nemo.css b/themes/nemo/static/css/nemo.css
index 1018236..7d05afc 100644
--- a/themes/nemo/static/css/nemo.css
+++ b/themes/nemo/static/css/nemo.css
@@ -1,7 +1,7 @@
body {
background: #ffffff;
height: 100%;
- font-family: Roboto Mono, monospace;
+ font-family: IBM Plex Mono, monospace;
font-style: normal;
font-size: 1.5em;
}
@@ -17,7 +17,9 @@ a:hover {
h1 {
color: #000000;
margin-top: 75px;
- font-family: 'Roboto Slab', serif;
+ font-family: 'IBM Plex Mono', monospace;
+ font-style: italic;
+ font-weight: 300
}
h1 a {
@@ -26,7 +28,9 @@ h1 a {
h2 {
color: #000000;
- font-family: 'Roboto Slab', serif;
+ font-family: 'IBM Plex Mono', monospace;
+ font-style: italic;
+ font-weight: 300
}
hr {
@@ -70,12 +74,12 @@ figcaption {
}
#tipue_search_input {
- font-family: Roboto Mono, monospace;
+ font-family: IBM Plex 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: Roboto Mono, monospace;
+ font-family: IBM Plex 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 a7b8eb7..236dae1 100644
--- a/themes/nemo/templates/base.html
+++ b/themes/nemo/templates/base.html
@@ -11,7 +11,7 @@
-
+
{% if CUSTOM_CSS %}
{% endif %}