{{ title }}
@@ -26,7 +26,6 @@
/* fill entire page */
code {
background: transparent !important;
- font-family: 'Fira Code', monospace;
}
body {
diff --git a/templates/index.html.tera b/templates/index.html.tera
index 6914214..6e270c5 100644
--- a/templates/index.html.tera
+++ b/templates/index.html.tera
@@ -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
diff --git a/templates/pretty.html.tera b/templates/pretty.html.tera
index f3b14b3..46114a8 100644
--- a/templates/pretty.html.tera
+++ b/templates/pretty.html.tera
@@ -8,7 +8,7 @@
pre {
margin: 0px;
- font-family: 'Fira Code', monospace;
+ font-family: 'Iosevka Web', monospace;
}
{% endblock styles %}