Closed
Bug 490977
Opened 16 years ago
Closed 16 years ago
The LaJollaES.ttf font does not work with font-face
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 483459
People
(Reporter: stevee, Unassigned)
References
()
Details
(Keywords: css3)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090430 Shiretoko/3.5b5pre ID:20090430044210
On freenode's #firefox, Marco found that font-face does not work with the LaJollaES.ttf font
1. New profile, start firefox
2. Load testcase
Expected:
- The first two lines of text should use the LaJollaES.ttf font.
Actual:
- The first two lines of text use the standard font.
Nothing is throw in the error console, and the other two examples of font-face in the test-case work fine.
Flags: blocking1.9.1?
Comment 1•16 years ago
|
||
Possible duplicate of bug 483459. In a debug build (if you have one), do you see the "invalid font (bad checksum)" message?
Comment 3•16 years ago
|
||
Confirmed load failure is due to bad checksum.
Using ttx to dump the font data and recompile it will correct the problem:
http://sourceforge.net/projects/fonttools/
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•