Fixing the font name for Iosevka
This commit is contained in:
parent
d0269753d2
commit
54258175b3
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue