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