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