From 67784df7e1e17c42d13abeabd1dbe0dcd7da34af Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Tue, 3 Mar 2026 16:06:31 -0600 Subject: [PATCH] style: adjust lineHeight in base and h1 styles for better typography --- panda.config.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/panda.config.ts b/panda.config.ts index bcafc52..8f4181c 100644 --- a/panda.config.ts +++ b/panda.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ backgroundColor: 'neutral.1', color: 'neutral.12', fontFamily: "'Roboto Variable', sans-serif", - lineHeight: 'normal' + lineHeight: 'tight' }, '*, *::before, *::after': { margin: 0, @@ -20,13 +20,14 @@ export default defineConfig({ boxSizing: 'border-box' }, 'h1, h2, h3, h4, h5, h6': { - fontWeight: '700' + fontWeight: '700', + textWrap: 'balance', + lineHeight: 'normal' }, h1: { fontFamily: 'orbitron', fontWeight: '900', - fontSize: 'h1', - textWrap: 'balance' + fontSize: 'h1' }, h2: { fontSize: 'h2'