Answer the question
In order to leave comments, you need to log in
What does the fixed font rule mean?
In one old article about SEO optimization, I subtracted the rule:
You can not design with a fixed font size of the main text
body {
font-size: 120%;
}
body {
font-size: 16 px;
}
Answer the question
In order to leave comments, you need to log in
The main idea is that the user in the browser can override the default font size. For example, he does not see well and made bigger letters for himself, or he has a 4K monitor.
If you set the base font size in pixels, this setting does not work for the user and the letters will be too small. On the other hand, I have not met users who change exactly the font size, and do not use CTRL+mouse wheel scaling.
Learn about CSS units rem and em.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question