diff --git a/examples/localization/src/app/(frontend)/[locale]/globals.css b/examples/localization/src/app/(frontend)/[locale]/globals.css index 13be9b73ce..9875359bcd 100644 --- a/examples/localization/src/app/(frontend)/[locale]/globals.css +++ b/examples/localization/src/app/(frontend)/[locale]/globals.css @@ -9,8 +9,8 @@ h4, h5, h6 { - font-size: auto; - font-weight: auto; + font-size: unset; + font-weight: unset; } :root { diff --git a/templates/website/src/app/(frontend)/globals.css b/templates/website/src/app/(frontend)/globals.css index fb3fc69b83..2c785c1da0 100644 --- a/templates/website/src/app/(frontend)/globals.css +++ b/templates/website/src/app/(frontend)/globals.css @@ -9,8 +9,8 @@ h4, h5, h6 { - font-size: auto; - font-weight: auto; + font-size: unset; + font-weight: unset; } :root { diff --git a/templates/with-vercel-website/src/app/(frontend)/globals.css b/templates/with-vercel-website/src/app/(frontend)/globals.css index fb3fc69b83..2c785c1da0 100644 --- a/templates/with-vercel-website/src/app/(frontend)/globals.css +++ b/templates/with-vercel-website/src/app/(frontend)/globals.css @@ -9,8 +9,8 @@ h4, h5, h6 { - font-size: auto; - font-weight: auto; + font-size: unset; + font-weight: unset; } :root {