From d6225740e9c6d1def1cca8c507e5aa74be74b4b0 Mon Sep 17 00:00:00 2001 From: Ceres Date: Sun, 26 Oct 2025 15:57:11 +0000 Subject: [PATCH] Add font to zen --- zen/userChrome.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zen/userChrome.css b/zen/userChrome.css index 53ed267..1d1cf56 100644 --- a/zen/userChrome.css +++ b/zen/userChrome.css @@ -25,6 +25,9 @@ --zen-main-browser-background: #181825 !important; --toolbox-bgcolor-inactive: #181825 !important; } + * { + font-family: Maple Mono NF !important; + } * #permissions-granted-icon { color: #181825 !important;