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