Michala Posted October 6, 2023 Posted October 6, 2023 Hi. Can anyone help me with the CSS code to a custom font? I have version 7.1. I downloaded the font, and want it on the entire site. I just cannot seem to get the code right. Can anyone help?
tuanphan Posted October 9, 2023 Posted October 9, 2023 You can upload font to your site, suppose you uploaded it and have font file url: https://michala.com/s/futura-pt.otf You can add this code to Website Tools (under Not Linked) > Custom CSS @font-face { font-family: Michala; src: url(https://michala.com/s/futura-pt.otf); } body * { font-family: Michala !important; } body * means target all elements on your site 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment