Fix: Ohne die manuell eingebundenen Schriftarten sieht das in Windows eher so nach Arial aus
This commit is contained in:
parent
9fbfcffcfd
commit
2b1114554f
@ -25,6 +25,7 @@
|
||||
{% block styles %}
|
||||
{{ super() }}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/extra.css' | url }}" />
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/fonts.css' | url }}" />
|
||||
<style>
|
||||
/* hide toc sidebar */
|
||||
.md-sidebar--secondary{
|
||||
@ -37,4 +38,3 @@
|
||||
}
|
||||
}</style>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user