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