19 lines
528 B
CSS
19 lines
528 B
CSS
@import "tailwindcss";
|
|
/* Deserta */
|
|
@font-face {
|
|
font-family: 'Deserta';
|
|
src: url(../public/fonts/Deserta.woff) format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
/* Inter Variable */
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url(../public/fonts/Inter-VariableFont_opsz_wght.woff) format('woff-variations'),
|
|
url(../public/fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype-variations');
|
|
font-weight: 100 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
} |