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