HEy guys,
thanks so far. I integrated the @font-face like this in the style.css:
@font-face {
font-family:’BariolRegular’;
src:url(‘bariol_regular-webfont.eot’);
src:url(‘bariol_regular-webfont.eot’) format(’embedded-opentype’),
url(‘bariol_regular-webfont.woff’) format(‘woff’),
url(‘bariol_regular-webfont.ttf’) format(‘truetype’);
font-weight:normal;
font-style:normal;
}
Furthermore I changed this in the style.css:
body, h1, h2, h3, h4, h5, h6 {
font-family: BariolRegular;
font-weight: 300;
}
But it is still not working. In the Developer interface of Firefox it says that the rule is overwritten by “Helvetica”, …
Where is this additional rule included? Where do I have to change it?
Regards