From b7af8906af0a3a6f878ee6b31321fe607a920529 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 11 Oct 2021 22:09:49 -0500 Subject: [PATCH] ugh stupid css --- static/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/index.css b/static/css/index.css index 727e902..3fb2677 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -237,3 +237,7 @@ select:hover { .modal .file-list .file-delete:hover { background: #a04444; } + +.ace_editor { + font-family: "mononoki Nerd Font Mono", "mononoki NF", Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important; +} -- 2.25.1