2 PT to REM

Result

2 pt = 0.1672 rem


Explanation

  • PT — 2

To convert 2 points to REM you need to multiply PT value by 0.0836, in our case: 2 × 0.0836. In result we'll receive that 2 pt is equal to 0.1672 rem

CSS code for 2 PT to REM

p { font-size: 0.1672rem }

HTML (inline CSS):

<p style="font-size: 0.1672rem">Hello World<p>
Open PT to REM converter