diff --git a/src/pretix/control/templates/pretixcontrol/pdf/webfonts.css b/src/pretix/control/templates/pretixcontrol/pdf/webfonts.css index 4fd8c09c3..61c2a5a37 100644 --- a/src/pretix/control/templates/pretixcontrol/pdf/webfonts.css +++ b/src/pretix/control/templates/pretixcontrol/pdf/webfonts.css @@ -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" %}