fix für lokale dateien
All checks were successful
release-tag / release-image (push) Successful in 1m55s
All checks were successful
release-tag / release-image (push) Successful in 1m55s
This commit is contained in:
15
internal/ui/static/fonts/inter.css
Normal file
15
internal/ui/static/fonts/inter.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user