Files
nginx-stream-server/internal/ui/static/fonts/inter.css
jbergner 1d478f8803
All checks were successful
release-tag / release-image (push) Successful in 1m55s
fix für lokale dateien
2025-09-21 17:03:52 +02:00

16 lines
495 B
CSS

@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;
}