Fixing the font name for Iosevka

master
Dustin Swan 1 year ago
parent d0269753d2
commit 54258175b3

@ -20,11 +20,11 @@
@layer base { @layer base {
.section-title { .section-title {
@apply uppercase font-semibold text-lg border-b-2 mb-4; @apply uppercase font-semibold text-lg border-b-2 mb-4;
font-family: Iosevka; font-family: "Iosevka Web";
} }
.subtitle { .subtitle {
@apply uppercase font-bold text-sm my-1; @apply uppercase font-bold text-sm my-1;
font-family: Iosevka; font-family: "Iosevka Web";
} }
a { a {
@apply text-cyan-400 hover:text-cyan-200 transition-colors; @apply text-cyan-400 hover:text-cyan-200 transition-colors;
@ -34,7 +34,7 @@
} }
.sidebar li { .sidebar li {
@apply mb-2; @apply mb-2;
font-family: "Iosevka"; font-family: ""Iosevka Web"";
} }
.main li { .main li {
list-style-type: " "; list-style-type: " ";

Loading…
Cancel
Save