Page MenuHomePhabricator

Flow headers should use styles more consistent with VectorBeta typography refresh and mobile
Closed, ResolvedPublic

Description

Author: swalling

Description:
Not too far in the future, we plan to graduate VectorBeta extension's styles to Vector in core. Flow, since it's trying to match that and what we have in mobile stable, should make a few tweaks to its headers.

Flow h1:

font-family: Georgia;
font-weight: bold;
font-size: 30px;
color: #1E1E1E;

Typography Refresh h1 (master, not currently deployed):

font-family: "Linux Libertine", Georgia,Times,serif;
font-size: 1.8em;
line-height: 30pt;
color: #252525.

Mobile h1:

font-family: Georgia,serif;
font-size: 1.8em;

In particular the bold weight is jarring to see, in comparison to mobile and VectorBeta. We should also make the colors and font families match.

With h2 or smaller styles, I recommend a similar audit but here there might be more call to use something different between Flow has section title bars which are different than normal Vector section styles.


Version: unspecified
Severity: normal

Details

Reference
bz62593

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:04 AM
bzimport set Reference to bz62593.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 59636 ***