This website works better with JavaScript.
Home
Help
Register
Sign In
neo
/
dokumentation
Watch
9
Star
1
Fork
7
Code
Issues
3
Pull Requests
0
Releases
0
Activity
Browse Source
Fix: Ohne die manuell eingebundenen Schriftarten sieht das in Windows eher so nach Arial aus
master
qwertfisch
2 weeks ago
parent
9fbfcffcfd
commit
2b1114554f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
overrides/wide.html
+ 1
- 1
overrides/wide.html
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 %}
Write
Preview
Loading…
Cancel
Save