Font face problem
-
Hi,
bebasregular has problems with Croatian letters like ?????. In titles of pages and posts it is alot smaller and it doesn’t look good. I’ve solved it by commenting out
@font-face {
font-family: ‘bebasregular’;
src: url(‘font/bebas___-webfont.eot’);
src: url(‘font/bebas___-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘font/bebas___-webfont.woff’) format(‘woff’),
url(‘font/bebas___-webfont.ttf’) format(‘truetype’),
url(‘font/bebas___-webfont.svg#bebasregular’) format(‘svg’);
font-weight: normal;
font-style: normal;
}in style.css. That is not a good solution tho. What do you propose?
Best regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Font face problem’ is closed to new replies.