@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; }