wiki/theme/main.html
Simon Bruder 7cc20db4db
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2020-11-05 12:04:06 +01:00

14 lines
333 B
HTML

{% extends "base.html" %}
{% block fonts %}
<link rel="stylesheet" href="{{ 'assets/fonts/iosevka/iosevka.css' | url }}">
<style>
body, input {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
code, kbd, pre {
font-family: "Iosevka Web", monospace;
}
</style>
{% endblock %}