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. Any help would be so appreciated!
Hi @Alyssa_Ficcaglia minification of your base.css
is failing because an unexpected <style>
element (line 3529):
<style>
.shopify-policy__title h1 {
color: #14233C !important;
</style>
Remove the <style>
and </style>
tags.
Unfortunately that did not fix the issue. The mobile font is still showing the default fonts not my custom ones.
unfortunately, that did not resolve the issue. The mobile view is still displaying the default fonts not the custom
@Alyssa_Ficcaglia I see the custom font (the-seasons) on mobile now. Did you clear your browser cache?