From f30724c0137a4dd6a709a7fddc58d573034b5003 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 8 Nov 2025 21:06:16 -0800 Subject: [PATCH] Feat: Apply Mozilla Text to UI/sidebars --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 42d91b6..36b2652 100644 --- a/src/style.css +++ b/src/style.css @@ -9,7 +9,7 @@ html,body{overscroll-behavior-y:contain} #htmlEditor,#extensionHtmlEditor,#jsonSchemaEditor{outline:none;white-space:pre!important;font-size:11px;line-height:1.5;} :not(pre)>code{font-size:85%;padding:.2em .4em;margin:0;border-radius:6px;background-color:rgba(175,184,193,0.2)} -/* UI + sidebars use Coral Pixels (chat markdown keeps default) */ +/* UI + sidebars use Mozilla Text (chat markdown keeps default) */ body, #topbar, #footer, @@ -27,5 +27,5 @@ button, input, select, textarea { - font-family:'Coral Pixels',system-ui,-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif; + font-family:'Mozilla Text',system-ui,-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif; }