Fixed typo in template
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user