[Support request] mobile 17px

Home Forums Support [Support request] mobile 17px

Home Forums Support mobile 17px

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1592637
    liz

    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;
    }
    }

    #1592650
    Leo
    Staff
    Customer Support

    Hi there,

    That’s not a problem at all.

    Font size is unrelated to the speed of your site 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.