Gules Posted October 30, 2020 Share Posted October 30, 2020 Site URL: https://www.flourishindiversity.com Absolute beginner! 🙂 I have successfully 'added' the fonts to CSS section, but I think I must have missed a step as the new fonts are not showing in 'fonts'. Perhaps I have missed a step, or maybe I need to retrieve the fonts from another section? Any help would be very welcome, thanks! Link to comment
Gules Posted October 30, 2020 Author Share Posted October 30, 2020 Amended screenshot Link to comment
tuanphan Posted October 30, 2020 Share Posted October 30, 2020 Hi, The custom font won't appear on Design > Fonts You need to use custom code to set font Add this to Home > Design > Custom CSS @font-face { font-family: Gules; src: url(cut url in above screenshot and paste here); } /* set all elements to custom font */ * { font-family: Gules !important; }  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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.