Hranson88 Posted March 15, 2021 Share Posted March 15, 2021 Site URL: https://www.mindbodybowl.com.au Hi, I'm having the same problem. My custom 'luster' font works great on desktop version but doesn't show up on my mobile (iphone, safari). I've tried various codes I've found on here but nothing seems to work. Here's my current code: @font-face { font-family: 'Luster'; src: url('FONT URLhttps://static1.squarespace.com/static/6029f3929f10401f2e5e1d4b/t/604991971c6fbd0b19df23aa/1615434138584/luster-brush.otf')format('opentype'); } .mobile-bar-wrapper *, h1 { font-family: 'Luster' !important; font-size: 86px } password is hranson88 thanks in advance for any help! Link to comment
beaibeas Posted March 21, 2021 Share Posted March 21, 2021 Hi, I have a similar problem. In my case I uploaded the font on a code block (HTML) because I just want that font to appear on the Home page. However, it does not load on the mobile version. Any idea on how to fix it? Site URL: https://www.beaibeas.com/ Thank you very much! Link to comment
tuanphan Posted March 24, 2021 Share Posted March 24, 2021 On 3/16/2021 at 5:58 AM, Hranson88 said: Site URL: https://www.mindbodybowl.com.au Hi, I'm having the same problem. My custom 'luster' font works great on desktop version but doesn't show up on my mobile (iphone, safari). I've tried various codes I've found on here but nothing seems to work. Here's my current code: @font-face { font-family: 'Luster'; src: url('FONT URLhttps://static1.squarespace.com/static/6029f3929f10401f2e5e1d4b/t/604991971c6fbd0b19df23aa/1615434138584/luster-brush.otf')format('opentype'); } .mobile-bar-wrapper *, h1 { font-family: 'Luster' !important; font-size: 86px } password is hranson88 thanks in advance for any help! This code is incorrect @font-face { font-family: 'Luster'; src: url('FONT URLhttps://static1.squarespace.com/static/6029f3929f10401f2e5e1d4b/t/604991971c6fbd0b19df23aa/1615434138584/luster-brush.otf') format('opentype') } Change it to @font-face { font-family: 'Luster'; src: url('https://static1.squarespace.com/static/6029f3929f10401f2e5e1d4b/t/604991971c6fbd0b19df23aa/1615434138584/luster-brush.otf'); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tuanphan Posted March 24, 2021 Share Posted March 24, 2021 On 3/22/2021 at 12:06 AM, beaibeas said: Hi, I have a similar problem. In my case I uploaded the font on a code block (HTML) because I just want that font to appear on the Home page. However, it does not load on the mobile version. Any idea on how to fix it? Site URL: https://www.beaibeas.com/ Thank you very much! Which element do you use custom font? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Hranson88 Posted March 26, 2021 Author Share Posted March 26, 2021 thanks so much, that worked! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.