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