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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment