eduvila Posted May 18, 2023 Posted May 18, 2023 (edited) Hi, I've put this code tu use an external font and it's working fine but not in H1's single product page. What can I do? Thanks! PD: I attach a screenshot to indicate the font I want to change ----- @font-face { font-family: 'Windsor'; src: url('https://static1.squarespace.com/static/6461e882d28f3c73af141e8d/t/6461ffc0b409d5032eacc837/1684144065109/WindsorDUltHea.otf'); } h1, h2, h3, h4, h5, h6, { font-family: 'Windsor'; } Edited May 18, 2023 by eduvila
tuanphan Posted May 21, 2023 Posted May 21, 2023 Hi, Can you share link to a product? We can check easier 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!)
eduvila Posted May 22, 2023 Author Posted May 22, 2023 Yes, here it is: https://contrabass-pineapple-433y.squarespace.com/botiga/p/ram-silvestre Password: molsa2023
Solution tuanphan Posted May 25, 2023 Solution Posted May 25, 2023 Just add !important to your second code h1, h2, h3, h4, h5, h6 { font-family: 'Windsor' !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment