18px to pt
At the default 16px root font size, 18px is commonly used for large body text and lead paragraphs.
18px =
13.5pt
How the conversion works
CSS unit conversions assume a default root font size of 16px (the browser default), where 1rem = 16px and 1em = 16px in a default context. Points use the CSS reference of 96dpi, so 1pt = 1.3333px. That makes 18px equal to 13.5pt.
The formula is: pt = px × 0.75.
When to use pt
Points are a print unit where 1pt = 1/72 inch. They mainly matter for print stylesheets; on screen, CSS defines 1pt as 1.3333px at the reference 96dpi.
Quick reference: px to pt
Convert any value between px, rem, em and pt.
Open the CSS Unit Converter