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

Initial typography settings #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ksin
Copy link

@ksin ksin commented Feb 1, 2017

@BrianSipple @melissaroman @spencer516

Basically follows the design spec.

I don't like how the font-faces are imported in this file right now, but just wanted to get everything up in one place for folks to look at and comment on. Suggestions on where to place them would be good.

Also see comments below.

index.css Outdated
}

html, body {
color: var(--base-font-color);
Copy link
Author

@ksin ksin Feb 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if base color should be defined with typography settings, but I also think it will be very useful.

index.css Outdated
h5 { font-weight: bold; font-size: 0.875rem; } /* 14px */

/**
* Body Text
Copy link
Author

@ksin ksin Feb 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing "Meta Text" from the design spec, which should be 12px (0.75rem). Suggestions on which HTML element this belongs to?

@ksin ksin force-pushed the initial-typography-settings branch from 70b2aeb to e570bd6 Compare February 1, 2017 01:02
index.css Outdated
@font-face {
font-family: "Gibson";
font-weight: 900;
src: url("https://static.ticketfly.com/fonts/gibson/webfonts/2E3C08_3_0.eot");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll probably want to do something so that the url that this is pointing at is configurable. (If for whatever reason, a third party chose to use this, we wouldn't want their site using our fonts).

I don't have a solution in mind, but food for thought. :)

@ksin ksin force-pushed the initial-typography-settings branch from e570bd6 to 6520857 Compare February 14, 2017 21:52
@ksin ksin force-pushed the initial-typography-settings branch from 6520857 to 984ce9f Compare February 14, 2017 22:02
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

Successfully merging this pull request may close these issues.

2 participants