#14688 closed defect (bug) (fixed)
No Helvetica/sans-serif fonts in Twenty Ten in IE6
Reported by: | iammattthomas | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
nbachiyski pointed me to this -- because of the attribute selector at the end of the Helvetica/sans-serif font declaration in Twenty Ten, IE6 chokes on the entire thing and as such, all text in Twenty Ten in IE6 displays in Georgia.
I'm including a patch that declares the font for submit input elements separately. This is somewhat inelegant, but seems like a reasonable compromise for IE6. Props to nbachiyski for the fix.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Moves font family declaration for inputs with attribute "submit" away from all others, so IE6 correctly displays sans-serif fonts everywhere else.