Closed Bug 785686 Opened 13 years ago Closed 10 years ago

css3 fontface fails to render.woff files

Categories

(Firefox :: Untriaged, defect)

15 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: djpreed, Unassigned)

Details

Attachments

(1 file)

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
Could you attach a minimal testcase, please?
Font name "☺" is corresponded to bug 633658 , so the subsequent CSS is ignored.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
(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.
Status: RESOLVED → REOPENED
Ever confirmed: true
Keywords: testcase-wanted
Resolution: DUPLICATE → ---
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 ago10 years ago
Keywords: testcase-wanted
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: