Russia is over. The end.
Bester
Made up nonsense for what we're discussing. For PC, font size is NOT a factor in google ranking.There are actual negative consequences for the site in terms of Google's penalties when you're trying to further some bizarre small font agenda in 2022.
For mobiles, yes, but CSS for mobiles is a separate thing. For example:
Code:
@media only screen and (max-width: 600px) {
body {
font-size: 16px;
}
}