Bugfix-Test-1
All checks were successful
release-tag / release-image (push) Successful in 1m57s

This commit is contained in:
2025-09-21 17:40:43 +02:00
parent 1d478f8803
commit 920da0a374
7 changed files with 18 additions and 22 deletions

View File

@@ -1,15 +1,3 @@
@font-face {
font-family: 'Inter';
src: url('/static/fonts/inter-regular.woff2') format('woff2');
font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url('/static/fonts/inter-semibold.woff2') format('woff2');
font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url('/static/fonts/inter-extrabold.woff2') format('woff2');
font-weight: 800; font-style: normal; font-display: swap;
}
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-semibold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-extrabold.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }