From fac4592cf78e4188ac51a27cef2c991e866a650b Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 8 Nov 2025 21:17:18 -0800 Subject: [PATCH] Feat: Apply Inter 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 32619b0..33c9fdf 100644 --- a/src/style.css +++ b/src/style.css @@ -14,7 +14,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 Open Sans (chat markdown keeps default GitHub Markdown font) */ +/* UI + sidebars use Inter (chat markdown keeps GitHub markdown font) */ body, #topbar, #footer, @@ -32,5 +32,5 @@ button, input, select, textarea{ - font-family:'Open Sans',system-ui,-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif; + font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif; }