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