I'm not sure what else to blame... But I've tried everything, including reconverting original tff to web fonts using squirrel converter.
The font in question is this: http://www.fonts2u.com/bolnisi.font
The description it says: Unicode BMP only
whatever this means :)
On the demo, I see that text in html had been entered in latin characters.
When I use Georgian utf letters: ქართული
. This font never applies!
Example: http://mac.idev.ge:800/breakmedia/ Look at the header, only numbers are transformed into this font. Rest is normal serif.
CSS:
@font-face {
font-family: 'bolnisiregular';
src: url('font/bolnisi-webfont.eot');
src: url('font/bolnisi-webfont.eot?#iefix') format('embedded-opentype'),
url('font/bolnisi-webfont.woff') format('woff'),
url('font/bolnisi-webfont.ttf') format('truetype'),
url('font/bolnisi-webfont.svg#bolnisiregular') format('svg');
font-weight: normal;
font-style: normal;
}
html *
{
font-family: 'bolnisiregular' !important;
}
What is happening here? any ideas?