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