Hey, hoping someone can help me figure out what I am doing wrong. I just published my client’s site. I used adobe fonts for custom fonts to the site (using the reference style sheet they provide and adding it to the Theme Liquid). The custom font which is “The seasons” is displaying properly on desktop, but when I view it on my mobile device the font isn’t displaying correctly (it is using the default font settings). My client’s site is www.kandjkeepsakes.com. I used the Dawn Theme. Any help would be so appreciated!
Hey @alyssaficcaglia
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @alyssaficcaglia ,
Please go to Actions > Edit code > Layout > theme.liquid file, find ‘–font-heading-family’ and change code here:
Code:
--font-heading-family: "the-seasons", sans-serif !important;
This worked perfectly! Thank you!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

