Switch font to Comic Mono
This commit is contained in:
parent
0956cdc011
commit
54c6a6d1e6
4 changed files with 8 additions and 1 deletions
BIN
docs/assets/fonts/comicmono.ttf
Normal file
BIN
docs/assets/fonts/comicmono.ttf
Normal file
Binary file not shown.
|
@ -1,3 +1,7 @@
|
||||||
.md-nav__item--active{
|
.md-nav__item--active{
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Comic Mono';
|
||||||
|
src: url(/assets/fonts/comicmono.ttf);
|
||||||
|
}
|
|
@ -6,6 +6,8 @@ theme:
|
||||||
custom_dir: overrides
|
custom_dir: overrides
|
||||||
logo: assets/images/logo.png
|
logo: assets/images/logo.png
|
||||||
favicon: assets/images/logo.png
|
favicon: assets/images/logo.png
|
||||||
|
font:
|
||||||
|
text: Comic Mono
|
||||||
features:
|
features:
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
|
|
|
@ -37,5 +37,6 @@
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br>
|
<br>
|
||||||
Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }}
|
<p>Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }}</p>
|
||||||
|
<p><a href="https://dtinth.github.io/comic-mono-font/">Comic Mono</a> font copyright (c) dtinth</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue