Post #2809159
2026-01-27 11:20 UTC
@joshtumath@mastodon.social I love this, thank you for proposing this idea! I hope to see it adopted in other browsers soon.
Question: You mention one shouldn't mess with the base font size, and only use percentages if you do. However, do you see a difference in either of the following solutions with regard to the new meta tag?
1. `font-size: 100%;`
2. `font-size: 1rem;`
3. omitting `font-size` altogether on body.
Replies (1)
-
@joshtumath@mastodon.social 2026-01-27 11:22
@mahryekuh@hachyderm.io Yep those are all the same. They would be fine!