Hi
I've searching for my errors but cannot find one...
I followed all steps to add a custom font on my website
I converted the font to woff, put it into the folder fonts of my template
added .../fonts/
Added this code to custom.css
@font-face {
font-family: 'hero_newultralight';
src: url('https://www.hoorcentrumdekievit.be/templates/shaper_helixultimate/fonts/hero_new_ultralight-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body { font-family: 'hero_newultralight'; font-size: 20px;}
h1 { font-family: 'hero_newultralight', Arial; font-size: 75px; }
h2 { font-family: 'hero_newultralight', Arial; font-size: 60px; color: #960A0A;}
h3 { font-family: 'hero_newultralight', Arial; font-size: 30px;}
But still, if you look at https://www.hoorcentrumdekievit.be and take a look at the first heading, it is still Arial and not hero
What am I doeing wrong?