Fix: Ohne die manuell eingebundenen Schriftarten sieht das in Windows eher so nach Arial aus

This commit is contained in:
qwertfisch 2021-03-31 15:50:14 +02:00
parent 9fbfcffcfd
commit 2b1114554f
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}