billyholiday Posted January 13, 2020 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..??
tuanphan Posted January 18, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
billyholiday Posted January 22, 2020 Author Posted January 22, 2020 thanx, that helped, i just deleted the wrong file from the myfonts css!
MaxV Posted July 12, 2020 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);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.