ivq Posted April 15, 2021 Share Posted April 15, 2021 (edited) Site URL: https://isabela.design Hi I uploaded two custom fonts on my site, Manolete & Helmet. Both are ttf files I have a Mac & when I run Squarespace on Chrome, the fonts look fine but when I'm on Safari only Helmet shows up. Helmet is also the only font that shows up on mobile (I tried both Chrome & Safari on an iPhone iOS 14.4.2). I read that I should also include other source files as well but I added the src url for woff/woff2/eot, etc. for Manolete and none of those changed anything, also skeptical because both fonts I used are ttf files so maybe it's the problem with the font itself but I was wondering if anyone has ran into this issue & could give me pointers on how to fix it, thanks in advance! site: https://isabela.design password: ivqux2021 Edited April 15, 2021 by ivq uploaded wrong photo Link to comment
tuanphan Posted April 18, 2021 Share Posted April 18, 2021 Remove this code (It is invalid code) @font-face { font-family: 'Manolete'; src: url('https://static1.squarespace.com/static/606b9a512192b36e2d9e5c25/t/607a43d091aa5a30cbfc3e67/1618625488880/MANOLETE.ttf'); font-family: 'Helmet'; src: url('https://static1.squarespace.com/static/606b9a512192b36e2d9e5c25/t/6075a8510fc4145c05f2d88b/1618323538013/Helmet-Regular.ttf') } Add new code @font-face { font-family: 'Manolete'; src: url('https://static1.squarespace.com/static/606b9a512192b36e2d9e5c25/t/607a43d091aa5a30cbfc3e67/1618625488880/MANOLETE.ttf'); } @font-face { font-family: 'Helmet'; src: url('https://static1.squarespace.com/static/606b9a512192b36e2d9e5c25/t/6075a8510fc4145c05f2d88b/1618323538013/Helmet-Regular.ttf') } TrifonovSolutions 1 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
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 Also, the site has some small problems Site URL: https://isabela.design/ 1. (Mobile-Homepage) Icon look huge. Want to resize it? 2. (Tablet-Homepage) Icon looks small. Want to increase its width? 3. (Tablet-Overlay Menu) Menu has 2 items only. Want to remove burger & force desktop nav on tablet? 4. (About page) 2 squares.. 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
TrifonovSolutions Posted August 19, 2021 Share Posted August 19, 2021 On 4/18/2021 at 5:01 AM, tuanphan said: Add new code @font-face { font-family: 'Manolete'; src: url('https://static1.squarespace.com/static/606b9a512192b36e2d9e5c25/t/607a43d091aa5a30cbfc3e67/1618625488880/MANOLETE.ttf'); } @font-face { font-family: 'Helmet'; src: url('https://static1.squarespace.com/static/606b9a512192b36e2d9e5c25/t/6075a8510fc4145c05f2d88b/1618323538013/Helmet-Regular.ttf') } Thank you so much @tuanphan ! I was having problems with my custom fonts appearing different on Chrome and Safari. They were displaying on Chrome but not on Safari. I copy and pasted the above code (and changed the font names and source) and it works now! I thought that maybe because my site will be in Bulgarian langue (Cyrillic Fonts) that that was causing a problem but when I thought about it - it shouldn't. Thanks again for this code! I probably made a typo in my original code. If you ever are in Bulgaria - you have a drink on me! 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