Interesting ... I have an almost inverse problem ... I can get Segoe UI Light to display correctly in Chrome and IE 10, but not in FF 21.
In another post back , it was suggested using something similar to what Microsoft uses on its site ...
h1, h2, h3, h4, h5, h6, h7 { font-family: "wf_SegoeUILight","wf_SegoeUI","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif"; font-weight: 300; }
For browsers that donβt respect the font of the font + Segoe UI font, specifying Segoe UI Light at first seems to ensure that it displays a font of lighter weight.
However, in FF 21, I still see a regular Segoe font, no matter what I try. Firebug indicates that it selects the Segoe UI font from the list.
Erich musick
source share