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