REM and 62.5% font-size
over 6 years ago from Shane Boland, front-end design/shopify optimization
When sizing fonts, I've often done something like this. (as seen here: http://snook.ca/archives/html_and_css/font-size-with-rem)
html {font-size:16px}
body{font-size:62.5%}
And then I can set all of type using REMs in increments of "1 REM=10px".
But why don't people just do this
html{font-size:10px;}
Wouldn't that accomplish the same goal?
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now