6 comments

  • James Young, over 4 years ago

    Looks like a copy of the REM Calculator we made a few years ago. Wish it had occurred to me to make it into an extension!

    1 point
  • Dirk HCM van BoxtelDirk HCM van Boxtel, over 4 years ago

    I've been out of front-end for a while, and this question popped up in my head:

    Is there a reason why you shouldn't set your body font size to 10px, always?

    0 points
    • Ricard Panadès NadalRicard Panadès Nadal, over 4 years ago

      I recommend to not set the body font size, this setting is better to have it unset so the browser settings of the user will tell witch font-size to use.

      0 points
      • Dirk HCM van BoxtelDirk HCM van Boxtel, over 4 years ago

        How predictable is that?

        0 points
        • Ricard Panadès NadalRicard Panadès Nadal, over 4 years ago

          It's not predictable. You know that will maintain the proportions always and get used to it. Usually the default browser font-size is 16px, so designing for this using rem and em's when it fit's best. This will ensure that if somebody have visual difficulties and need to have the font-size bigger will see your site correctly scaled proportionally.

          0 points
  • , over 4 years ago

    Hey folks I made this Chrome extension some time ago for quickly converting px units to rem. Lemme know if you have any feedback for me.

    0 points