fantasque
This commit is contained in:
parent
a62cd4b631
commit
9488d71599
@ -1,7 +1,7 @@
|
||||
body {
|
||||
background: #ffffff;
|
||||
height: 100%;
|
||||
font-family: IBM Plex Mono, monospace;
|
||||
font-family: Fantasque Sans Mono, monospace;
|
||||
font-style: normal;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
@ -17,8 +17,7 @@ a:hover {
|
||||
h1 {
|
||||
color: #000000;
|
||||
margin-top: 75px;
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
font-style: italic;
|
||||
font-family: 'Fantasque Sans Mono', monospace;
|
||||
font-weight: 300
|
||||
}
|
||||
|
||||
@ -28,8 +27,7 @@ h1 a {
|
||||
|
||||
h2 {
|
||||
color: #000000;
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
font-style: italic;
|
||||
font-family: 'Fantasque Sans Mono', monospace;
|
||||
font-weight: 300
|
||||
}
|
||||
|
||||
@ -74,12 +72,12 @@ figcaption {
|
||||
}
|
||||
|
||||
#tipue_search_input {
|
||||
font-family: IBM Plex Mono, monospace;
|
||||
font-family: Fantasque Sans 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: IBM Plex Mono, monospace;
|
||||
font-family: Fantasque Sans Mono, monospace;
|
||||
}
|
||||
|
||||
.tipue_search_content_title a, .tipue_search_content_url a {
|
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.eot
Normal file
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.eot
Normal file
Binary file not shown.
2646
themes/diana/static/fonts/FantasqueSansMono-Regular.svg
Normal file
2646
themes/diana/static/fonts/FantasqueSansMono-Regular.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 318 KiB |
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.ttf
Normal file
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.ttf
Normal file
Binary file not shown.
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.woff
Normal file
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.woff
Normal file
Binary file not shown.
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.woff2
Normal file
BIN
themes/diana/static/fonts/FantasqueSansMono-Regular.woff2
Normal file
Binary file not shown.
@ -9,9 +9,8 @@
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/normalize.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/diana.css">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css">
|
||||
<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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user