Hacker News new | ask | show | jobs
by andreash 4098 days ago
If you'd make it from scratch today, what technique would you use? html {font-size:62.5% } with REM?
1 comments

Set an HTML font-size—likely 16px—and use body { font-size: 1rem; }. Allows for easy media query scaling of type.