From 6c2a13e578999c62f4cad0ba9422470126f24300 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Sat, 21 Feb 2026 16:16:38 +0100 Subject: [PATCH] Fixed typo in template --- templates/zeiten.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zeiten.html b/templates/zeiten.html index 678e8ae..b151363 100644 --- a/templates/zeiten.html +++ b/templates/zeiten.html @@ -7,7 +7,7 @@ @font-face { 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-style: normal; font-display: swap; /* Verhindert unsichtbaren Text beim Laden */