We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It this possible at all?
The text was updated successfully, but these errors were encountered:
What about using rem instead of em? This way you also can stick with px here.
rem
em
px
If you are not familiar with rem: http://snook.ca/archives/html_and_css/font-size-with-rem
html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
html { font-size: 62.5%; }
body { font-size: 14px; font-size: 1.4rem; } /* =14px */
h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
Sorry, something went wrong.
I couldn't make it work with rems: http://jsfiddle.net/cvfLL40z/5/
Also, what would minFont and maxFont be then? Also rem? em? px?
minFont
maxFont
Similar issue?
No branches or pull requests
It this possible at all?
The text was updated successfully, but these errors were encountered: