views:

138

answers:

1

I want to render a page with fonts mostly being font-family:"Segoe" (that line goes in the appropriate class selectors which I've verified are working), however I get back a standard font (times new roman I think). Why won't it work? I am on Windows-7 64 bit so it's installed.

+2  A: 

The name is "Segoe UI" not "Segoe". Change that and it will work.

Iamamac
Hmm. I was under the impression that you didn't specify the specific font, but i'll try it :)
RCIX
It works! Thanks!
RCIX