diff --git a/static/css/index.css b/static/css/index.css index 2a653d1..4dc1d75 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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; } diff --git a/templates/base.html.tera b/templates/base.html.tera index 68bf292..54d4ff5 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -14,7 +14,7 @@ - + {{ 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 %}