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