Increase font size and fix fallback

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-03 22:44:55 +02:00
parent 365a181264
commit 7ab17a30ef
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -79,6 +79,6 @@ fonts:
src: url("{{ style.url | absolute_url }}"){% if style.format %} format("{{ style.format }}"){% endif %};
{% if style.weight %} font-weight: {{ style.weight }};{% endif %}
{% if style.style %} font-style: {{ style.style}};{% endif %}
font-display: fallback;
font-display: swap;
}
{% endfor %}{% endfor %}