okay, I was working on a bit of hebrew code, and I found a set of fonts (Semitic Early, Semitic Middle, Semitic Late and Semitic Modern) that only work with a font face tag and *not* with a font-family css style. This
only occurs in FireFox, IE works fine. Linux has a totally different issue - the set of four fonts get mashed up together into a font called Picto Hig ... hmm.
Code:
<html>
<body>
<p style="font-family: 'Times New Roman', serif;">Working With CSS</p>
<p style="font-family: 'Semitic Early', serif;">Not Working With CSS</p>
<p><font face="Semitic Middle">Working With HTML</font></p>
</body>
</html>
You can see an example of what is and isn't working above.
Does anyone know what is causing this?
I'm assuming right now that it's the font files themselves, but I didn't think that it was possible to create a font that won't show up with css!
You can get the problem fonts on this page:
http://www.ancient-hebrew.org/14_ahrcfonts.html