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

@@ -14,7 +14,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/static/media/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="/static/media/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css">
<link href="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css" rel="stylesheet" />
<title>{{ title }}</title>
@@ -26,7 +26,6 @@
/* fill entire page */
code {
background: transparent !important;
font-family: 'Fira Code', monospace;
}
body {

View File

@@ -31,8 +31,6 @@ WEB USAGE
After typing, press the big yellow button to paste, or
Just press Ctrl + Enter once done typing.
Tip: Set your browser's monospace font to the one you prefer
CLI USAGE
Client available at /client

View File

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