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