Closed
Bug 785686
Opened 13 years ago
Closed 10 years ago
css3 fontface fails to render.woff files
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: djpreed, Unassigned)
Details
Attachments
(1 file)
|
21.93 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20100101 Firefox/15.0
Build ID: 20120821170930
Steps to reproduce:
@font-face {
font-family: "DINEngschrift-Alt";
src: url("../static/fonts/DINEngschrift-Alternate.eot");
src: local("☺"),
url("../static/fonts/DINEngschrift-Alternate.woff") format("woff"),
url("../static/fonts/DINEngschrift-Alternate.ttf") format("truetype"),
url("../static/fonts/DINEngschrift-Alternate.svg#Gotham") format("svg");
}
Actual results:
see attatched screen shot
Expected results:
http://awesomescreenshot.com/0c8e64472
Comment 2•13 years ago
|
||
Font name "☺" is corresponded to bug 633658 , so the subsequent CSS is ignored.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 4•13 years ago
|
||
(In reply to Alice0775 White from comment #2)
> Font name "☺" is corresponded to bug 633658 , so the subsequent CSS is
> ignored.
This is incorrect. Having a fullname that will not match an *English* fullname is fine, it just means that the next item in the src list will be pulled instead (as per the CSS3 Fonts spec). This doesn't mean the name *must* be ASCII, only that the name in the English name slot is the only one that should match (i.e. 'Arial Bold' should match, 'Arial Negrito' should not).
That said, this bug needs a reproducible testcase in one form or another.
Comment 5•10 years ago
|
||
Closing this as incomplete due to inactivity and the lack of a reproducible test case. Feel free to open this bug if there's an updated testcase that still reproduces the issue.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 10 years ago
Keywords: testcase-wanted
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•