ladykatap Posted December 5, 2019 Posted December 5, 2019 Hi. Maybe I'm reaching too far, but I'm looking for someone to tell me how to add my own font to my site. I've uploaded into the manage custom files part, but I do not know how to put it into the code. I want to use it just for main headings. Thanks
tuanphan Posted December 5, 2019 Posted December 5, 2019 Add to Home > Design > Custom CSS @font-face { font-name: tuanphan; src: url(paste url font here); } main-heading-class-name {font-family: tuanphan;} replace tuanphan with your font replace main-heading-class-name with heading CSS class If you don't know, please share url, we can 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!)
ladykatap Posted December 5, 2019 Author Posted December 5, 2019 thanks, I just ended up adding what I needed as a logo. It's smaller than I wanted, but it'll do.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.