Unknown CSS font-family oddity with IE7-10 on Win Vista-8

Posted by Jeff on Pro Webmasters See other posts from Pro Webmasters or by Jeff
Published on 2012-09-11T10:59:57Z Indexed on 2012/09/11 15:50 UTC
Read the original article Hit count: 443

I am seeing the following "oddity" with IE7-10 on Win Vista-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:

Screenshot 1

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.

Screenshot 2

© Pro Webmasters or respective owner

Related posts about css

Related posts about fonts