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