Closed
Bug 894491
Opened 12 years ago
Closed 12 years ago
[UX] Bango Dev Portal - Typography Finishes
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-08-06
People
(Reporter: cgalimidi, Assigned: tom)
References
Details
Typography
* Fonts should be made consistent (I picked Helvetica, but feel free to use Verdana; the point is to pick one font family and use it
consistently)
* Font size should be bigger, so they’re more readable (13px)
* Table and box headings should be sized consistently across pages (18px)
* Font color should match what we use on DevHub (#333)
Comment 1•12 years ago
|
||
If at all possible, the font-family value should "Open Sans", and page headings should have these CSS values (if using Open Sans):
[heading] {
font: 300 32px/40px "Open Sans", "Helvetica Neue", Arial, sans serif;
color: rgb(238, 102, 0);
margin: 15px 0;
}
I think that the page is already using the right orange color value, though.
Updated•12 years ago
|
Assignee: keir → tom
Comment 4•12 years ago
|
||
All font has been changed to Open Sans, and with the right sizing and color value. This bug is good to go!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → 2013-08-08
You need to log in
before you can comment on or make changes to this bug.
Description
•