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