On Wed, May 6, 2009 at 3:08 AM, Nikola Smolenski smolensk@eunet.yu wrote:
body { font-family: sans-serif, glagolitic }
I don't think this actually works. sans-serif means "pick the characters from any available sans-serif font". Anything after it should therefore be ignored. I think. I could be wrong.
CSS2.1 seems vague on whether you should pick fonts on a character-by-character basis, or just pick the first font available and use it for everything. Firefox usually tries fallback, but last I checked, IE doesn't. (Last I checked was probably IE6, though.)
If default sans-serif font doesn't have Glagolitic characters, Firefox will use any available font that has them, that should include glagolitic.ttf .
Does that actually work, though, in the betas?