Y
Hacker News
new
|
ask
|
show
|
jobs
by
jstepien
5368 days ago
I'm on Chrome 13 and yes, I see all characters too, but Ż, ž, č, ą and ę are displayed in a fall-back sans-serif font. All others using Istok Web, as defined in the CSS. It doesn't look good.
1 comments
program
5368 days ago
It seems that Chrome is indulgent with the font-family declaration. There is an error in the CSS.
font-family: 'Istok Web' sans-serif;
should be:
font-family: 'Istok Web', sans-serif;
Firefox 7 ignore the above declaration showing the page in the default font. I have forced 'Istok Web' with firebug and yes it looks ugly.
link