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;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: 'Iosevka Web', monospace;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
height: 95vh;
|
height: 95vh;
|
||||||
font-family: 'Fira Code', monospace;
|
font-family: 'Iosevka Web', monospace;
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
@@ -49,7 +53,6 @@ textarea {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-family: 'Fira Code', monospace;
|
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: 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/png" sizes="16x16" href="/static/media/favicon-16x16.png" />
|
||||||
<link rel="icon" type="image/x-icon" href="/static/media/favicon.ico" />
|
<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>
|
<title>{{ title }}</title>
|
||||||
|
|
||||||
@@ -26,7 +26,6 @@
|
|||||||
/* fill entire page */
|
/* fill entire page */
|
||||||
code {
|
code {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
font-family: 'Fira Code', monospace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ WEB USAGE
|
|||||||
After typing, press the big yellow button to paste, or
|
After typing, press the big yellow button to paste, or
|
||||||
Just press Ctrl + Enter once done typing.
|
Just press Ctrl + Enter once done typing.
|
||||||
|
|
||||||
Tip: Set your browser's monospace font to the one you prefer
|
|
||||||
|
|
||||||
CLI USAGE
|
CLI USAGE
|
||||||
Client available at /client
|
Client available at /client
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: 'Fira Code', monospace;
|
font-family: 'Iosevka Web', monospace;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock styles %}
|
{% endblock styles %}
|
||||||
|
|||||||
Reference in New Issue
Block a user