Closed
Bug 920998
Opened 12 years ago
Closed 12 years ago
Fix fonts not found on Thimble
Categories
(Webmaker Graveyard :: Thimble, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alicoding, Assigned: alicoding)
Details
Attachments
(1 file)
There are bunch of error not founds on OpenSans webfont on Thimble project.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #810536 -
Flags: review?(pomax)
Comment on attachment 810536 [details] [review]
https://github.com/mozilla/thimble.webmaker.org/pull/228
you'll need to either rename these, or rename how thimble imports them; The requests I see are these:
GET https://thimble.webmaker.org/resources/fonts/opensans-regular-webfont.woff 404 (Not Found) thimble.webmaker.org/:1
GET https://thimble.webmaker.org/resources/fonts/opensans-bold-webfont.woff 404 (Not Found) thimble.webmaker.org/:1
GET https://thimble.webmaker.org/resources/fonts/opensans-regular-webfont.ttf 404 (Not Found) thimble.webmaker.org/:1
Resource interpreted as Font but transferred with MIME type application/x-font-woff: "https://webmaker.org/resources/fonts/opensans-regular-webfont.woff". include.html:1
Resource interpreted as Font but transferred with MIME type application/x-font-woff: "https://webmaker.org/resources/fonts/opensans-bold-webfont.woff". include.html:1
GET https://thimble.webmaker.org/resources/fonts/opensans-bold-webfont.ttf 404 (Not Found)
note the case is different, which means they'll still be 404 on a case sensitive server
Attachment #810536 -
Flags: review?(pomax) → review-
Assignee | ||
Updated•12 years ago
|
Attachment #810536 -
Flags: review- → review?(pomax)
Comment on attachment 810536 [details] [review]
https://github.com/mozilla/thimble.webmaker.org/pull/228
all the cases looks happy!
Attachment #810536 -
Flags: review?(pomax) → review+
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/thimble.webmaker.org
https://github.com/mozilla/thimble.webmaker.org/commit/de8d493f24e9f72bf9a9560ee55000f372494d9d
bug920998 add webfont files
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•