You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing with my browser preferences. I like larger text, some favorite default fonts, etc. But I noticed: most sites (including ours) set font size relative to the user setting. That's not actually what I want when I define the default preference. I would rather have sites treat it as a minimum base-size. But sites that already use that size or larger shouldn't change at all.
I think in a post about this I might also explore how we define spacing relative to font-sizes, and the potential issues with that. When users zoom, the padding grows, even though the available space has decreased. So this would be about various issues of responsive type, what units to use, and how our choices interact with user controls/interactions.
The text was updated successfully, but these errors were encountered:
I've been playing with my browser preferences. I like larger text, some favorite default fonts, etc. But I noticed: most sites (including ours) set font size relative to the user setting. That's not actually what I want when I define the default preference. I would rather have sites treat it as a minimum base-size. But sites that already use that size or larger shouldn't change at all.
I think in a post about this I might also explore how we define spacing relative to font-sizes, and the potential issues with that. When users zoom, the padding grows, even though the available space has decreased. So this would be about various issues of responsive type, what units to use, and how our choices interact with user controls/interactions.
The text was updated successfully, but these errors were encountered: