Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Key Text Styles #438

Closed
ninavizz opened this issue Jun 25, 2019 · 2 comments
Closed

Implement Key Text Styles #438

ninavizz opened this issue Jun 25, 2019 · 2 comments

Comments

@ninavizz
Copy link
Member

While the client is shaping-up wonderfully well, it remains difficult to measure progress without any final text styling applied to the majority of elements. This ticket is to address that need by touching as many things as possible, moreso than making any one thing perfect. This will also inform later polish tickets with closer-to-final recommendations.
image

Priorities

  • All text in the client needs to be shown as either Source Sans Pro, or Montserrat
  • Create default text styling that is more on-par with defined style, then current default styles
    • All headers are Montserrat, all body text and most links, SourceSansPro
    • Default color should be #424348
      • #000000 only to be used very sparingly
      • Yes, they're different.
    • General fonts info (about, weights, licenses) here in the Styleguide(ish)
    • Default style for a not-styled bit of text shd be:
      font-size: 15px;
      color: #303030;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.53;
      letter-spacing: normal;```
      
  • Primary UI elements, correctly styled according to CSS in Zeplin Styleguide
  • See items in Components library w/in Zeplin, for additional layout particulars
@sssoleileraaa
Copy link
Contributor

Once is #502 merged and #503 is resolved then this issue can be closed.

@eloquence
Copy link
Member

Closing out this old issue in favor of the clearly scoped follow-up issues we have regarding styling and spacing (#503, #867, #959).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants