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