Hacker News new | ask | show | jobs
by sitharus 823 days ago
If only CSS supplied some sensible keywords based on the user's preferences, so you could just ask for say a medium, large, or x-large font.

Of course CSS actually does. I've found using font size keyword and rem units can make a UI that scales with user preferences quite possible. Not _easy_ of course, but possible.