jlama 0 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 post
0 rwp 291 Share Posted August 10, 2020 Site is private, you need to set it up to be accessed with password. Link to post
0 tuanphan 8,967 Share Posted August 12, 2020 Have you declared font-face for 'CHAROE-SEMIBOLD yet? I see you delcared charoe font only. You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 jlama 0 Author Share Posted August 12, 2020 I was trying to switch it up but no. How do you declare the font? Link to post
0 tuanphan 8,967 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; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
jlama 0
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 post
Top Posters For This Question
3
2
1
Popular Days
Aug 10
2
Aug 12
2
Aug 9
1
Aug 17
1
Top Posters For This Question
jlama 3 posts
tuanphan 2 posts
rwp 1 post
Popular Days
Aug 10 2020
2 posts
Aug 12 2020
2 posts
Aug 9 2020
1 post
Aug 17 2020
1 post
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment