Archived topic
mobile 17px
1 reply · Started by liz on December 23, 2020
Viewing posts 1–2 of 2
I used 17px for a mobile font using the CSS code you provided but instead of 16px, I used 17px font size. Is it okay not to use the 16 px you recommended for mobile? Will it not slow down my site? Thanks in advance.
@media ( max-width: 768px ) {
body {
font-size: 16px;
}
}
Hi there,
That's not a problem at all.
Font size is unrelated to the speed of your site :)
This archived topic is closed to new replies.