Closed Bug 290033 Opened 20 years ago Closed 20 years ago

incorrect font displayed, font named in source and none of secondary defaults used by firefox

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: julian.hatwell, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050411
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050411

hello, i am a Computer User Non Technical, so I apologise if this is a stupid
problem we could fix ourselves, but we have tried a couple of things and they
didn't work.
 Would someone kindly take a look at www.aspectworld.com in Internet Explorer
and then in Mozilla and see why Mozilla does not render the correct font
(Trebuchet) nor any of the secondary defaults (verdana and sans serif family).
Mozilla displays all the text in (I think) Times New Roman, and we really don't
like the way it looks. We have tried using different HTML versions for the
source but don't know what else to try.

Reproducible: Always

Steps to Reproduce:
1. view www.aspectworld.com in Mozilla, 
2.
3.

Actual Results:  
page displays with a serif font which is not correct.

Expected Results:  
Page should show up with Trebuchet font or if unavailable Verdana and if that
unavailable, any Sans Serif family font. Works well in IE.

N/A
You are using invalid CSS in your page:

  font-family:"Trebuchet MS,Verdana,Sans-serif"

See section 15.3 of the CSS 2.1 spec on how to correctly quote font family names,
something like this should probably work:

  font-family:"Trebuchet MS",Verdana,sans-serif

-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.