style: adjust lineHeight in base and h1 styles for better typography

This commit is contained in:
2026-03-03 16:06:31 -06:00
parent c5896e9c06
commit 67784df7e1

View File

@@ -12,7 +12,7 @@ export default defineConfig({
backgroundColor: 'neutral.1', backgroundColor: 'neutral.1',
color: 'neutral.12', color: 'neutral.12',
fontFamily: "'Roboto Variable', sans-serif", fontFamily: "'Roboto Variable', sans-serif",
lineHeight: 'normal' lineHeight: 'tight'
}, },
'*, *::before, *::after': { '*, *::before, *::after': {
margin: 0, margin: 0,
@@ -20,13 +20,14 @@ export default defineConfig({
boxSizing: 'border-box' boxSizing: 'border-box'
}, },
'h1, h2, h3, h4, h5, h6': { 'h1, h2, h3, h4, h5, h6': {
fontWeight: '700' fontWeight: '700',
textWrap: 'balance',
lineHeight: 'normal'
}, },
h1: { h1: {
fontFamily: 'orbitron', fontFamily: 'orbitron',
fontWeight: '900', fontWeight: '900',
fontSize: 'h1', fontSize: 'h1'
textWrap: 'balance'
}, },
h2: { h2: {
fontSize: 'h2' fontSize: 'h2'