Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Responsiveness: Set initial font size or not

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #147195
    Larsinho
    Participant

    Hi there,

    I’m struggling whether to set an initial font size (for body tag) or not for a responsive design. My notebook with Windows 7 has the display set to 125% (1920x1080px resolution). Firefox as from version 22 on respects this and scales any website up by that factor. A freshly installed Opera sets its font size to 20px accordingly. Chrome and IE stick to 16px.

    In terms of usability: Does it make sense to set the font size back to 16px via CSS? I use ems for every design so it wouldn’t be any effort to keep the sites in question in their grids. But from my point of view the scaled sites in FF and O feel way too large and it makes it even harder to cope with very high resolution displays for which I usually give a bigger font size via media queries anyway.

    What do you think? Set the font size or not?

    #147197
    jurotek
    Participant

    I always set the initial font size on html element @ 62.5%

    #147606
    ElijahFowler
    Participant

    Another thought, you could use REMs, which get their size based of the font percentage set on HTML. Support for this is really good.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.