|
BeTheBall -> Font Confusion (9/2/2005 17:25:38)
|
Just for the fun of it I created my own style sheet and then told IE to point to it when viewing pages. For testing, I just set the font family nothing else. Here is an example: body { font-family: Arial, Helvetica, sans-serif; } td { font-family: Arial, Helvetica, sans-serif; } th { font-family: Arial, Helvetica, sans-serif; } p { font-family: Arial, Helvetica, sans-serif; } Curiously, when viewing our Intranet homepage, which uses, don't laugh, Comic Sans, all the fonts change to Arial except those within <p> tags. Why would that be?
|
|
|
|