bbehan94 Posted February 4, 2021 Share Posted February 4, 2021 Site URL: https://vanilla-pineapple-zbe3.squarespace.com/ Hi I am having an issue with custom css font on different browsers. I build the site using Chrome but when I check the site on Safari the fonts have changed. I have attached an image of the site and the custom css from both browsers. If anyone could help it would be gratefully appreciated. Link to comment
tuanphan Posted February 5, 2021 Share Posted February 5, 2021 Please check again Custom CSS. The font face code is incorrect. Your code @font-face { font-family: 'nevis'; src: url 'https://static1.squarespace.com/static/6010809e7aec136e0f8e596f/t/6012929cac62e54e76997908/1611829916661/nevis.ttf'; font-weight: regular } It should be @font-face { font-family: 'nevis'; src: url('https://static1.squarespace.com/static/6010809e7aec136e0f8e596f/t/6012929cac62e54e76997908/1611829916661/nevis.ttf'); font-weight: regular; } Do similar for other font face code bbehan94 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
deanhomicki Posted March 3, 2021 Share Posted March 3, 2021 This works really well. I re-wrote my existing code with your eaxaple. Thank you for sharing this issue and the solution. Fantastic. Thank Tuaphan! tuanphan 1 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