Closed
Bug 930125
Opened 12 years ago
Closed 12 years ago
webfonts.less points to an explicitly http resource
Categories
(Webmaker Graveyard :: Thimble, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: michiel, Unassigned)
Details
Attachments
(1 file)
We currently have this wonderful mixed content breaker:
@font-face {
font-family: 'Meta';
src: url('http://www.mozilla.org/img/fonts/MetaWebPro-Bold.eot');
src: local('?'), url('http://www.mozilla.org/img/fonts/MetaWebPro-Bold.woff') format('woff');
font-weight: bold;
}
which should just be //
Attachment #821150 -
Flags: review?(dale)
Updated•12 years ago
|
Attachment #821150 -
Flags: review?(dale) → review+
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/thimble.webmaker.org
https://github.com/mozilla/thimble.webmaker.org/commit/c2bad88d5d1c7c2220296265538e2013e7ff5632
Merge pull request #270 from Pomax/bug930125
removed an explicit http webfont
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•