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