From cf277f822ea84349cc63bbad30dd412146d0c7a1 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 26 Mar 2026 22:20:10 -0400 Subject: [PATCH] feat: Inter font, weight 450, bumped base sizes across all pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Load Inter variable font from Google Fonts on all 5 HTML pages - font-weight: 450 on body (between regular and medium — fixes thin feel) - -webkit-font-smoothing: antialiased for cleaner screen rendering - Base font size: normal 16→17px, large 18→19px, small 14→15px - Applies consistently to main UI, login, setup, settings, and help pages Co-Authored-By: Claude Sonnet 4.6 --- cortex/static/app.js | 2 +- cortex/static/help.html | 8 +++++++- cortex/static/index.html | 7 +++++-- cortex/static/login.html | 8 +++++++- cortex/static/settings.html | 8 +++++++- cortex/static/setup.html | 8 +++++++- cortex/static/style.css | 5 ++++- 7 files changed, 38 insertions(+), 8 deletions(-) diff --git a/cortex/static/app.js b/cortex/static/app.js index 4d63623..86b4611 100644 --- a/cortex/static/app.js +++ b/cortex/static/app.js @@ -1096,7 +1096,7 @@ // ── Font size cycle ─────────────────────────────────────────── const fontSizeBtn = document.getElementById('font-size-btn'); const fontSizes = ['normal', 'large', 'small']; - const fontSizePx = { normal: '16px', large: '18px', small: '14px' }; + const fontSizePx = { normal: '17px', large: '19px', small: '15px' }; const fontSizeLbl = { normal: 'Aa', large: 'A+', small: 'A−' }; function applyFontSize(size) { diff --git a/cortex/static/help.html b/cortex/static/help.html index eb73496..cf289a4 100644 --- a/cortex/static/help.html +++ b/cortex/static/help.html @@ -4,6 +4,9 @@ Cortex — Help & Reference + + +