jlama Posted August 9, 2020 Share Posted August 9, 2020 Site URL: http://www.pantryphilosophy.com Hi guys, I am trying to figure out why my custom fonts aren't working in mobile and tablet view. I have uploaded the custom fonts files as woff and woff2 and have used this CSS Code to change the font on my buttons: .sqs-block-button-element { font-family: 'CHAROE-SEMIBOLD' !important; } It works on desktop but not on the other views... PASSWORD: Pantry Link to comment
rwp Posted August 10, 2020 Share Posted August 10, 2020 Site is private, you need to set it up to be accessed with password. Link to comment
tuanphan Posted August 12, 2020 Share Posted August 12, 2020 Have you declared font-face for 'CHAROE-SEMIBOLD yet? I see you delcared charoe font only. 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
jlama Posted August 12, 2020 Author Share Posted August 12, 2020 I was trying to switch it up but no. How do you declare the font? Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 On 8/12/2020 at 9:13 PM, jlama said: I was trying to switch it up but no. How do you declare the font? Add to Home > Design > Custom CSS @font-face { font-family: fontName; src: url(paste font file url here); } h1, h2, h3 { font-family: fontName; } 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