mentalaradio/src/app.css
2025-03-12 17:44:13 +01:00

27 lines
536 B
CSS

@import "tailwindcss";
@font-face{
font-family: 'Momentz';
src: url('/fonts/Momentz.woff2') format('woff2');
}
@font-face{
font-family: 'Inter';
font-style: normal;
font-weight: normal;
src: url('/fonts/Inter-Regular.woff2') format('woff2');
}
@font-face{
font-family: 'Inter';
font-style: italic;
font-weight: normal;
src: url('/fonts/Inter-Italic.woff2') format('woff2');
}
@font-face{
font-family: 'Inter';
font-style: normal;
font-weight: bold;
src: url('/fonts/Inter-Bold.woff2') format('woff2');
}