Adobe font not working on password page in dawn theme

Topic summary

Adobe Fonts fail to load on the Shopify store’s password page in the Dawn theme, though the same font works on all other pages. The goal is to have the Adobe font render correctly on the password page.

Steps already tried:

  • Added the Adobe Fonts project embed/link in both theme.liquid and password.liquid.
  • Overrode Dawn’s CSS variables for fonts (–font-body-family and --font-heading-family) in both base.css and section-password.css, attempting to enforce with !important.

Result: No change—password page still doesn’t display the Adobe font; other pages do.

Notes: A code snippet (CSS variable overrides for body and heading font families) is central to understanding the attempt.

Status/outcome: No solution provided yet; the request remains open with the poster seeking help.

Summarized with AI on January 16. AI used: gpt-5.

how do I make adobe fonts appear in the password page? it feels like I have tried everything but it doesnt work.

I have added the project link both in theme. liquid and password. liquid

and I have added this part of the code:

:root {
--font-body-family: "font-name", sans-serif; !important;
--font-heading-family: "font-name", sans-serif; !important;
}

both in base.css and section-password.css.
But it still isnt working, would appriciate some help I’ve been at this for days now. BTW the font works fine on all the other pages