forked from globuzma/mentalaradio
27 lines
536 B
CSS
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');
|
|
}
|