Fix content performance issues
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user