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