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