2.00 REM to PT
Result
2.00 rem = 24 pt
Explanation
- REM — 2.00
To convert 2.00 REM to PT you need to multiply REM value by 11.99, in our case: 2.00 × 11.99. In result we'll receive that 2.00 rem is equal to 24 points
CSS code for 2.00 REM to PT
p { font-size: 24pt }
HTML (inline CSS):
<p style="font-size: 24pt">Hello World<p>