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