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