Mobile app version of vmapp.org
Login or Join
Nimeshi995

: Unknown CSS font-family oddity with IE7-10 on Windows Vista, 7, 8 I am seeing the following "oddity" with IE7-10 on Windows Vista, 7, 8: When declaring font-family: serif; I am seeing an old

@Nimeshi995

Posted in: #Css #Fonts #InternetExplorer #Windows

I am seeing the following "oddity" with IE7-10 on Windows Vista, 7, 8:

When declaring font-family: serif; I am seeing an old bitmapped serif font that I can't identify (see screenshot below) instead of the expected font Times New Roman. I know it's an old bitmapped font because it displays aliased, without any font smoothing, with IE7-10 on Win Vista-8 (just like Courier on every version of Win).

Screenshot:



I would like to know (1) can anyone else confirm my research and (2) BONUS: which font is IE displaying?

Notes: IE6 and IE7 on Win XP displays Times New Roman, as they should. It doesn't matter if font-family: serif; is declared in an external stylesheet or inline on the element. Quoting the CSS attribute makes no difference. Adding "Unkown Font" to the stack also makes no difference.

New Screenshot: The answer from Jukka below is correct. Here is a new screenshot with Batang (not BatangChe) to illustrate. Hope this helps someone.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

1 Comments

Sorted by latest first Latest Oldest Best

 

@Shelton105

I can confirm the observation, using IE 9 on Win 7. Checking in the IE settings (Tools → Internet settings → General → Fonts), I can see BatangChe mentioned as the font under “user defined” for normal text, and the font used for serif looks like Batang Che but has different spacing. And setting fonts there does not seem to change this. I guess they only matter if the author does not set font family at all, even generically.

Looks like the font is Batang. I suppose there is no way to change this (i.e. the mapping of serif to a specific font). So the practical conclusion is that using serif as a fallback font isn’t a good idea. Or at least you should put some fonts like Times New Roman and Georgia before it, so that IE will use one of them instead of falling to Batang.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme