Use Iosevka instead of Fira Code

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2022-01-16 09:52:00 +05:30
parent 53d96865ad
commit 372bbf28d3
4 changed files with 7 additions and 7 deletions

View File

@@ -3,9 +3,13 @@ body {
overflow-y: hidden;
}
* {
font-family: 'Iosevka Web', monospace;
}
body {
height: 95vh;
font-family: 'Fira Code', monospace;
font-family: 'Iosevka Web', monospace;
display: grid;
}
@@ -49,7 +53,6 @@ textarea {
overflow: auto;
color: inherit;
font-family: 'Fira Code', monospace;
font-size: inherit;
line-height: inherit;
}