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