Guest Posted August 14, 2022 Share Posted August 14, 2022 Site URL: https://www.returnermagazine.com/ Hi, my custom font isn't showing up in the mobile version of my website. I would like for it to apply on any phone iPhone/Android, etc. Can anyone help? Thank you so much in advance! Here's the custom CSS I'm using right now: @font-face { font-family: 'CatchyMager'; src: url('https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/62f924cdd583b67a0a6d077e/1660495054237/CatchyMager-Normal.ttf'); font-weight: normal; font-style: normal; } .has-site-title .Header-branding { font-family: "CatchyMager"; } Link to comment
tuanphan Posted August 16, 2022 Share Posted August 16, 2022 I see you changed Site Title to Logo Image. Do you still need help? 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
Guest Posted August 17, 2022 Share Posted August 17, 2022 Yes, I temporarily changed it to avoid the weird look on mobile. I have now changed it back with the code. Can you still help? Thank you so much in advance. Link to comment
tuanphan Posted August 18, 2022 Share Posted August 18, 2022 On 8/17/2022 at 9:21 AM, edarcia said: Yes, I temporarily changed it to avoid the weird look on mobile. I have now changed it back with the code. Can you still help? Thank you so much in advance. Did you solve? It looks fine on my end 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
Guest Posted August 18, 2022 Share Posted August 18, 2022 No, I didn't. Not in the mobile version. This is the look from my iPhone browser. Link to comment
Guest Posted August 20, 2022 Share Posted August 20, 2022 The above has not been resolved. Is there any one who can help me with the custom font in the mobile version of the site? Thank you! Link to comment
tuanphan Posted August 21, 2022 Share Posted August 21, 2022 Do you have any other font formats, eg: otf, woff, woff2? 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
Guest Posted August 22, 2022 Share Posted August 22, 2022 Yes, I have uploaded the files for the font in .ttf, .eot, .woff, and .woff2. Is there a code I need to use to make these appear on the mobile version of my site? Link to comment
tuanphan Posted August 24, 2022 Share Posted August 24, 2022 On 8/22/2022 at 10:58 PM, edarcia said: Yes, I have uploaded the files for the font in .ttf, .eot, .woff, and .woff2. Is there a code I need to use to make these appear on the mobile version of my site? try use this code @font-face { font-family: 'CatchyMager'; src: url('https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/62f924cdd583b67a0a6d077e/1660495054237/CatchyMager-Normal.ttf'); src: url(otf url), url(woff url), url(woff2 url), url(eot url); } Replace with your otf, woff, woff2 url 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
Guest Posted August 24, 2022 Share Posted August 24, 2022 8 hours ago, tuanphan said: try use this code @font-face { font-family: 'CatchyMager'; src: url('https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/62f924cdd583b67a0a6d077e/1660495054237/CatchyMager-Normal.ttf'); src: url(otf url), url(woff url), url(woff2 url), url(eot url); } Replace with your otf, woff, woff2 url It's still not working in mobile. Unsure what to do. I appreciate your help! Here's the code I have: @font-face { font-family: 'CatchyMager'; src: url('https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/62f924cdd583b67a0a6d077e/1660495054237/CatchyMager-Normal.ttf'); src: url(https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/63065c93eb508c21f4533c38/1661361301931/CatchyMager-Normal.otf), url(https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/62f93771d583b67a0a6f0f42/1660499826251/CatchyMager-Normal.woff), url(https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/62f9377ad583b67a0a6f1535/1660499834477/CatchyMager-Normal.woff2), url(https://static1.squarespace.com/static/62e2f3be41c8034375426c0b/t/63065d833fc7a9421c708a50/1661361539953/CatchyMager-Normal.eot); } .has-site-title .Header-branding { font-family: "CatchyMager"; } Link to comment
tuanphan Posted August 26, 2022 Share Posted August 26, 2022 Just found mobile title has a different class name..Try this code a.Mobile-bar-branding { font-family: "CatchyMager" !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment