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