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