Editor/webfonts.css: Do not create a font section for "pdf_only"

This commit is contained in:
Martin Gross
2024-02-28 21:46:33 +01:00
parent c11f718253
commit 572fcf4751
@@ -15,7 +15,7 @@
{% for family, styles in fonts.items %}
{% for style, formats in styles.items %}
{% if "sample" not in style %}
{% if "sample" not in style and "pdf_only" not in style %}
@font-face {
font-family: '{{ family }}';
{% if style == "italic" or style == "bolditalic" %}