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 @@