web: disable loading of roboto fonts

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-11 21:52:01 +02:00
parent e7626d0716
commit ea7ecb50c0
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'dist/patternfly.min.css' %}?v={{ ak_version }}">
<link rel="stylesheet" type="text/css" href="{% static 'dist/authentik.css' %}?v={{ ak_version }}">
<script src="{% static 'dist/poly.js' %}?v={{ ak_version }}" type="module"></script>
<script>window["polymerSkipLoadingFontRoboto"] = true;</script>
{% block head %}
{% endblock %}
</head>

View File

@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="/static/dist/patternfly.min.css">
<link rel="stylesheet" type="text/css" href="/static/dist/authentik.css">
<script src="/static/dist/poly.js" type="module"></script>
<script>window["polymerSkipLoadingFontRoboto"] = true;</script>
<script src="/static/dist/AdminInterface.js" type="module"></script>
<title>authentik</title>
</head>

View File

@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="/static/dist/patternfly.min.css">
<link rel="stylesheet" type="text/css" href="/static/dist/authentik.css">
<script src="/static/dist/poly.js" type="module"></script>
<script>window["polymerSkipLoadingFontRoboto"] = true;</script>
<script src="/static/dist/FlowInterface.js" type="module"></script>
<title>authentik</title>
</head>