Fixed typo in template

This commit is contained in:
2026-02-21 16:16:38 +01:00
parent 7b1f143cec
commit 6c2a13e578

View File

@@ -7,7 +7,7 @@
@font-face { @font-face {
font-family: 'BrittanySignature'; font-family: 'BrittanySignature';
src: url("{{ url_for('static', path='/BrittanySignature.woff2') }}") format('woff2'); src: url("{{ url_for('static', path='BrittanySignature.woff2') }}") format('woff2');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: swap; /* Verhindert unsichtbaren Text beim Laden */ font-display: swap; /* Verhindert unsichtbaren Text beim Laden */