Closed
Bug 1032659
Opened 10 years ago
Closed 10 years ago
Don't use font-weight: lighter in gaia
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-b2g:2.0M+, b2g-v2.0 wontfix, b2g-v2.0M fixed, b2g-v2.1 fixed)
People
(Reporter: mwu, Assigned: mwu)
References
Details
Attachments
(2 files)
Bug 987872 will add a new version of Fira Sans, which introduces a number of very light weights. Due to the way font-weight is specified <http://dev.w3.org/csswg/css-fonts/#font-weight-prop>, this will cause most users of font-weight: lighter to switch to the lightest Fira Sans. Replacing lighter with 300 should maintain the look of things with the new set of fonts.
Assignee | ||
Comment 1•10 years ago
|
||
s/font-weight: lighter/font-weight: 300/ in apps/ and shared/
Attachment #8448507 -
Flags: review?(timdream)
Updated•10 years ago
|
Attachment #8448507 -
Flags: review?(timdream) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•10 years ago
|
||
This is necessary on any branch in which we've uplifted bug 987872. Otherwise certain strings use the wrong font weight and look way too light.
blocking-b2g: --- → 2.0M?
Comment 4•10 years ago
|
||
As per bug 1059213 comment 28, we don't need to uplift this bug to v2.0m.
blocking-b2g: 2.0M? → ---
Updated•10 years ago
|
Comment 5•10 years ago
|
||
Merge into v2.0m got conflicts.
Flags: needinfo?(mwu)
Keywords: branch-patch-needed
Assignee | ||
Comment 6•10 years ago
|
||
Flags: needinfo?(mwu)
Assignee | ||
Updated•10 years ago
|
Keywords: branch-patch-needed
Comment 7•10 years ago
|
||
Assignee | ||
Comment 8•10 years ago
|
||
[Blocking Requested - why for this release]:
Blocking was requested for bug 987872. If we land bug 987872 on 2.0, this is also required.
blocking-b2g: 2.0M+ → 2.0?
Comment 10•10 years ago
|
||
Ping RE: Gaia v2.0 approval request?
status-b2g-v2.0:
--- → affected
status-b2g-v2.1:
--- → fixed
Flags: needinfo?(mwu)
Target Milestone: --- → 2.0 S6 (18july)
Comment 11•10 years ago
|
||
Moving hte blocking flag to 2.0M+ for the same reason as stated here: https://bugzilla.mozilla.org/show_bug.cgi?id=987872#c100
blocking-b2g: 2.0+ → 2.0M+
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(mwu)
You need to log in
before you can comment on or make changes to this bug.
Description
•