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