Closed
Bug 262494
Opened 21 years ago
Closed 21 years ago
Button text does not display in the specified CSS font face
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: jr, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
I'm using the following HTML:
<input type="submit" name="HTMLDocsForm:_ctl4:_ctl0" value="u" title="Select"
class="btn_Wingdings_Green" />
with a CSS class defined as follows:
.btn_Wingdings_Green {
Font-Size: xx-small;
Font-Family: Wingdings;
Font-Bold: True;
Color: Green;
}
Reproducible: Always
Steps to Reproduce:
1. Just open the page
2.
3.
Actual Results:
The color property renders correctly, but the font-family does not. The button
text is rendered using the default page font.
Expected Results:
Button text should have rendered in the specified font-family...in this case
WingDings. This works properly in IE6.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 33127 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•