carya.software/css/theme.css
2023-08-26 14:43:08 -04:00

25 lines
394 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Iosevka';
src: url('../font/ioseevka_term_regular.ttf') format('truetype');
}
@font-face {
font-family: 'TitleFont';
src: url('../font/ioseevka_term_regular.ttf') format('truetype');
}
body {
font-family: Iosevka;
font-weight: 100;
}
.title {
font-family: TitleFont;
font-size: 72px;
}