2

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.

RCIX
  • 38,647
  • 50
  • 150
  • 207

1 Answers1

9

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

iamamac
  • 9,632
  • 4
  • 35
  • 30
  • Hmm. I was under the impression that you didn't specify the specific font, but i'll try it :) – RCIX Jan 01 '10 at 07:25