@tombyrer @matejlatin I tend to use `rem`s exclusively, but there are situations where `em`s make sense, too (see @chriscoyier’s meta comment on @jeremybchurch’s post linked in https://t.co/KcejEIARat).
For monospace font sizing, interesting background r
@aaronpeters @mathias I’m learning something new about accessibility myself almost every day, and with this tweet was only standing on the shoulders of others…
https://t.co/p26Bk9aijI
@aaronpeters @mathias By doing that, you override and upscale the user’s chosen default font size, which typically is 16px, to 17.6px. You can do that, but maybe only above a certain screen size (or more hand-wavily: on “big” screens).
RT @v8js: V8 hits its long-awaited v8.0, now with optional chaining, nullish coalescing, faster higher-order builtins — oh and 40% less mem…
Full credits to @matejlatin from whose article https://t.co/IkFZu4NyFU I have learned this from. We just fixed this issue on https://t.co/O7cvLmJyPc (pending deploy).
#A11Y Tip: Don’t set absolute font sizes! If someone has their default browser font size bumped up/down, you override their choice and force them to zoom. 😔
Instead, set the font size to `100%` on the `:root {}` level and make everything a function thpic.twitter.com/q455OUjHO8
@johnallsopp CC: @kennethrohde @rijubrata @denladeside