Sierra Posted April 30, 2021 Share Posted April 30, 2021 Site URL: https://www.fruitfulland.co I am having a similar problem, where the custom font named vintage is displaying on desktop but not on mobile, what am I doing wrong? Link to comment
Wolfsilon Posted April 30, 2021 Share Posted April 30, 2021 Hey Sierra, I took a look at your website and couldn't find the custom font that you mentioned on any of the pages. The font's used on your site are "Poppins" and "Time New Roman" -- and similarly related font family's. Where exactly is the custom font located? Is there a specific element that uses the font so I can see a live working example? Thanks! Link to comment
Sierra Posted April 30, 2021 Author Share Posted April 30, 2021 @WolfsilonHere is my CSS. I have it as the h2 and h4 and attached two examples of what I am seeing. @font-face { font-family: ‘Vintage’ !important; src: url(https://static1.squarespace.com/static/606dc887c09ede69b0b0a3d2/t/60845d6ef1fdc32ce17df705/1619287406274/VIntage.woff); } h2, h4 {font-family: 'Vintage';} @mobile: ~"only screen and (max-width: 640px)"; @media @mobile { .sqs-block-image { width: 40%; margin: 0 auto; } } Link to comment
tuanphan Posted May 1, 2021 Share Posted May 1, 2021 (edited) 14 hours ago, Sierra said: Site URL: https://www.fruitfulland.co I am having a similar problem, where the custom font named vintage is displaying on desktop but not on mobile, what am I doing wrong? Your code contains invalid character. Remove your code & add new code @font-face { font-family: 'Vin-tage' !important; src: url(https://static1.squarespace.com/static/606dc887c09ede69b0b0a3d2/t/60845d6ef1fdc32ce17df705/1619287406274/VIntage.woff) } h2, h4 { font-family: 'Vin-tage' !important; } Edited May 1, 2021 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Sierra Posted May 2, 2021 Author Share Posted May 2, 2021 @tuanphan What is the invalid character? That code doesn't seem to work either. Link to comment
Sierra Posted May 2, 2021 Author Share Posted May 2, 2021 @tuanphanJk it's good to go. Thanks! Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 7 hours ago, Sierra said: @tuanphan What is the invalid character? That code doesn't seem to work either. I see font worked here Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment