mirror of
https://github.com/usetrmnl/byos_next.git
synced 2026-04-29 13:34:28 -07:00
39f22e78a1
h1-h6 inherit a UA-default font-size multiplier (h2=1.5em, etc.) that Takumi's CSS cascade honors but Tailwind's browser preflight zeroes out. Without a corresponding reset, recipe text-9xl on an <h2> ended up ~1.5x bigger in the rendered PNG than in the JSX preview - visible in the weather recipe temperature. Add `text-base font-normal` to the heading reset so tw text-*/font-* classes land on a clean baseline. twMerge keeps recipe classes winning over the reset.