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

Typography/header sizes are 'off' between free and pro #49

Closed
iurevych opened this issue Jul 4, 2013 · 1 comment
Closed

Typography/header sizes are 'off' between free and pro #49

iurevych opened this issue Jul 4, 2013 · 1 comment
Labels

Comments

@iurevych
Copy link
Contributor

iurevych commented Jul 4, 2013

Hi, I've got Pro, and have noticed that the fonts sizes are quite different between the pro and the free. On the demo page http://designmodo.github.io/Flat-UI/ for instance an h6 is:

h6 {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
}

but on the pro version I use on my site these are coming from flat-ui.css

h6 {
font-weight: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
line-height: 1.2em;
}
h6, .h6 {
font-size: 23.996px /* 24px */;
}
@pytkin
Copy link
Contributor

pytkin commented Sep 16, 2013

Fixed in Flat UI 2.1

@pytkin pytkin closed this as completed Sep 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants