From 773cc6973e0f655a9981b3d524270a70738683a8 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 11 Oct 2021 22:06:26 -0500 Subject: [PATCH] Mononoki Font --- static/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index 11c5299..de6de6d 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -37,7 +37,7 @@ body { color: var(--foreground-color); overflow: hidden; - font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace; + font-family: "mononoki Nerd Font Mono", "mononoki NF", Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace; } select { -- 2.25.1