also back to IBM Plex

This commit is contained in:
Marvin Steadfast 2019-01-14 09:44:48 +01:00
parent 95c8cd24e2
commit 7d496a293e
2 changed files with 10 additions and 6 deletions

View File

@ -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 {

View File

@ -11,7 +11,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/skeleton.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/nemo.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300i,400" rel="stylesheet">
{% if CUSTOM_CSS %}
<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet">
{% endif %}