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