What's the font being used on this link?

Hi,
please check this link: [URL=“http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/02/17/redesigning-the-windows-logo.aspx”]http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/02/17/redesigning-the-windows-logo.aspx

Scoll down to the comments. What is the font used in the comments ?

If You have firebug installed you can simply highlight the element and find out what font styles are applied.

This is the rule:


font-family:Segoe UI ,Arial,Verdana,Helvetica,sans-serif


[URL=“http://en.wikipedia.org/wiki/Segoe”]

Segoe is windows system font.

Yes, on my Mac I just see the Arial fallback, so it’s not a great list of fallbacks there. Maybe at least do something like:

font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Verdana, Helvetica, sans-serif;