carya.software/css/theme.css
Author dbd241ec1c Updated font used + corresponding README entry
Switched to a ~1mb woff2 font file which is slightly less onerous than the ~4mb tff I was using before. Eventually need to custom-build a file to get it down to kbs.
2024-03-26 22:35:19 -04:00

30 lines
511 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Iosevka';
src: url('../font/IosevkaAile-Regular.woff2') format('woff2');
}
/*@font-face {
font-family: 'Iosevka';
src: url('../font/pkgWebFont-IosevkaAile-29.0.4.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: Iosevka;
font-size: 72px;
}