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