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