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 {
|
||||
.section-title {
|
||||
@apply uppercase font-semibold text-lg border-b-2 mb-4;
|
||||
font-family: Iosevka;
|
||||
font-family: "Iosevka Web";
|
||||
}
|
||||
.subtitle {
|
||||
@apply uppercase font-bold text-sm my-1;
|
||||
font-family: Iosevka;
|
||||
font-family: "Iosevka Web";
|
||||
}
|
||||
a {
|
||||
@apply text-cyan-400 hover:text-cyan-200 transition-colors;
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
.sidebar li {
|
||||
@apply mb-2;
|
||||
font-family: "Iosevka";
|
||||
font-family: ""Iosevka Web"";
|
||||
}
|
||||
.main li {
|
||||
list-style-type: "› ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue