ugh stupid css
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 12 Oct 2021 03:09:49 +0000 (22:09 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 12 Oct 2021 03:09:49 +0000 (22:09 -0500)
static/css/index.css

index 727e9029cb3a6a8611a890e046f097ab1e3f9748..3fb267759dc3edc20d674dbf7189093a825d1368 100644 (file)
@@ -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;
+}