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

@@ -8,7 +8,7 @@
pre {
margin: 0px;
font-family: 'Fira Code', monospace;
font-family: 'Iosevka Web', monospace;
}
</style>
{% endblock styles %}