Disable the use of Google Fonts via mkdocs.yml
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 9 Mar 2021 15:16:44 +0000 (16:16 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 9 Mar 2021 15:16:44 +0000 (16:16 +0100)
mkdocs.yml
overrides/main.html

index c8f0fe59aca92c6607b832852c89cb94719b887d..2cb536ebf3275a66b80adfa33b237a6aa869e059 100644 (file)
@@ -7,6 +7,7 @@ theme:
   favicon: assets/default.favicon.ico
   palette:
     primary: teal
+  font: false
 copyright: Copyright © 2020 WoltLab GmbH
 
 nav:
index c96614e1916a26342e9015ee602309f1e738220d..15eed87110d91642a881bed5f7238d32c0a562a2 100644 (file)
@@ -3,6 +3,3 @@
 {% block announce %}
     <a href="https://www.woltlab.com">Back to <strong>woltlab.com</strong></a>
 {% endblock %}
-
-{% block fonts %}
-{% endblock %}
\ No newline at end of file