billyholiday Posted January 13, 2020 Share Posted January 13, 2020 Hi, anybody van help? the link myfonts is providing to use in the css to the myfonts server seems to be wrong for the squarespace i figured out with the dev tools from google that this must be problem why webfonts do not show up! it cannot load the fonts..it says :"wrong href " this is the link from my css file @import url("//hello.myfonts.net/count/3ad6aa“); you have an idea what to change..?? Link to comment
tuanphan Posted January 18, 2020 Share Posted January 18, 2020 To add custom font to SS, use this code @font-face { font-family: Tuan; src: url(paste font url here, it can be otf, ttf,.. format); } h1, h2, h3, h4 { font-family: Tuan; } 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
billyholiday Posted January 22, 2020 Author Share Posted January 22, 2020 thanx, that helped, i just deleted the wrong file from the myfonts css! Link to comment
MaxV Posted July 12, 2020 Share Posted July 12, 2020 I have a similar problem, I'm trying to use external fonts on MyFonts where can I get this information: src: url(paste font url here, it can be otf, ttf,.. format); Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.