LAXAVE Posted October 21, 2020 Share Posted October 21, 2020 Site URL: https://www.laxave.com/ Hi! I really want to change the fonts for my website but I am having issues with the CSS that I have found. I've tried a bunch that I found online but for some reason I am only able to change the h3 font. When I try to add h1 or h2 to the code it does not work. When you go on my site you will see that only H3 is changed which is the cursive font on the site. This is the CSS I am using that only works when I enter H3 @font-face { font-family: 'MESAPIAR'; src: url('https://static1.squarespace.com/static/5bd76c82815512b5caf1fb5d/t/5f8b524c2a8b041a1bbcfac9/1602966092065/MAZIUSREVIEW20.09-Italic.otf'); } h3 {font-family: 'MESAPIAR';} I really want to change my Navigation font, H1, H2, H3 & regular in the YORK template. My website is www.laxave.com my password to enter the site : laxave123 Thanks so much!! Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 try this h3, h2, h1 {font-family: 'MESAPIAR' !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
LAXAVE Posted October 23, 2020 Author Share Posted October 23, 2020 Thank you so much for your response this worked! But I can't seem to figure out how to make it work to change my navigation font at the top of my website Link to comment
tuanphan Posted October 25, 2020 Share Posted October 25, 2020 On 10/24/2020 at 3:27 AM, LAXAVE said: Thank you so much for your response this worked! But I can't seem to figure out how to make it work to change my navigation font at the top of my website Add to Home > Design > Custom CSS header#header * { font-family: 'MESAPIAR' !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.