Use Iosevka instead of Fira Code
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
pre {
|
||||
margin: 0px;
|
||||
font-family: 'Fira Code', monospace;
|
||||
font-family: 'Iosevka Web', monospace;
|
||||
}
|
||||
</style>
|
||||
{% endblock styles %}
|
||||
|
||||
Reference in New Issue
Block a user