sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.07k stars 730 forks source link

Heading styles #120

Open dcapitator opened 5 months ago

dcapitator commented 5 months ago

if u are already changing the text size on different screen for headings .. so replacing h2,h2,h3 with

wont affect ??

dcapitator commented 5 months ago

unless we can overwrite it by adding something like :

h1:{
  fontSize:(sm:2xl,md:3xl,lg:4xl,xl:5xl)
  font:var(--font-myriad)
  }

that would help

dcapitator commented 5 months ago

and u have to use prose for the font to take effect no and u wont need to add font explicitly