mirror of
https://github.com/pretix/pretix.git
synced 2026-08-07 10:17:49 +00:00
Editor/webfonts.css: Do not create a font section for "pdf_only"
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user