Why the html/body font-size is 14px instead of 16px?
See original GitHub issueIn most of the modern websites(at least top most) the font-size is ~16px but why fomantic
is still on 14px
? Even most of the browsers use 16px as their default.
Any specific reason for sticking onto 14px?
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Setting the font-size of a body tag - html - Stack Overflow
So if you specify 100% within the body then the body will have 16px (the default font-size ) and h1 will have 32px...
Read more >For the CSS on the body tag should you put font-size 16px ...
The html font-size must never be declared in pixels because it removes the ability of the user to zoom (enlarge or reduce) the...
Read more >Design Museum Shop
h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9. ... The use of `table` rather...
Read more >HTML and CSS Tutorial - Nanyang Technological University
This paragraph uses 16px monospace font. This paragraph uses default font. This paragraph uses 12px inside this span but default font size here....
Read more >Change Font and Font size using VBA
Do it this way instead. (Test with a large font so it's obvious when it works or fails. :) ) olReply.HTMLBody = "<div...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I understand that introducing breaking change in minor versions are reasonable for some cases, e.g. security issue, bug, or something like that. But why we introduce breaking change in font in v2.9 despite users can configure font size ? I think most users expects minor versions as drop-in replacement, and will get surprised if font size increased and their design get broken.
@Puspendert take a look at this comment https://github.com/fomantic/Fomantic-UI/issues/386#issuecomment-480079561