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