Fix content performance issues

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-11-26 05:16:33 +01:00
parent 58d126287e
commit 8db9cfe027
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -75,6 +75,7 @@ fonts:
url: "assets/fonts/Roboto-BlackItalic.ttf"
---
{% for font in page.fonts %}{% for style in font.styles %}@font-face {
font-display: auto;
font-family: "{{ font.family }}";{% if style.weight %}
font-weight: {{ style.weight }};{% endif %}{% if style.style %}
font-style: {{ style.style}};{% endif %}