also back to IBM Plex
This commit is contained in:
parent
95c8cd24e2
commit
7d496a293e
@ -1,7 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: Roboto Mono, monospace;
|
font-family: IBM Plex Mono, monospace;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
@ -17,7 +17,9 @@ a:hover {
|
|||||||
h1 {
|
h1 {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin-top: 75px;
|
margin-top: 75px;
|
||||||
font-family: 'Roboto Slab', serif;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a {
|
h1 a {
|
||||||
@ -26,7 +28,9 @@ h1 a {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-family: 'Roboto Slab', serif;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@ -70,12 +74,12 @@ figcaption {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tipue_search_input {
|
#tipue_search_input {
|
||||||
font-family: Roboto Mono, monospace;
|
font-family: IBM Plex Mono, monospace;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tipue_search_results_count, .tipue_search_content_title a, .tipue_search_content_url a, .tipue_search_content_text, #tipue_search_warning {
|
#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 {
|
.tipue_search_content_title a, .tipue_search_content_url a {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/skeleton.css">
|
<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/nemo.css">
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.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 %}
|
{% if CUSTOM_CSS %}
|
||||||
<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet">
|
<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user