Thread Starter
ggore
(@ggore)
Hey Ewout, thank you. First I will try to reinstall the plugin and changing the font-face code. If I still have problems, then I will send you the PDF.
Thanks for your help!
Thread Starter
ggore
(@ggore)
Hey Ewout,
thanks for your answer. I downloaded the fonts on my server. This is how I am loading them: @font-face {
font-family: ‘regencielight’;
src: url(‘fonts/regencielight-webfont.eot’);
src: url(‘fonts/regencielight-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘fonts/regencielight-webfont.woff’) format(‘woff’),
url(‘fonts/regencielight-webfont.ttf’) format(‘truetype’),
url(‘fonts/regencielight-webfont.svg#regencielight’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
I dont use an italic or bold version of my font. I changed h2 to my purposes.
I dont know what to do 🙁