From: Brendan Hansen Date: Tue, 12 Oct 2021 03:06:26 +0000 (-0500) Subject: Mononoki Font X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=773cc6973e0f655a9981b3d524270a70738683a8;p=onyx-live.git Mononoki Font --- 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 {