Typography Converter

Convert between points, pixels, ems, rems, inches and other typographic units

How to Use

1 Enter a font size or measurement value
2 All other units update automatically
3 Base font size for em/rem is 16px (standard)

Conversion Formulas

px → pt: pt = px × 0.75

pt → px: px = pt × 1.333

em = px ÷ base font size

1 pica = 12 points

FAQ

What's the difference between em and rem?

Em is relative to the parent element's font size, while rem (root em) is always relative to the root element's font size (usually 16px). Rem provides more predictable sizing across your layout.

Why use points (pt) instead of pixels?

Points are traditional print units and are device-independent. They're commonly used in desktop publishing and print design, while pixels are screen-specific.

What is the standard base font size?

What is the standard base font size?

The standard base font size for web is 16px. This is the default size in most browsers and provides good accessibility. You can adjust it using CSS to scale your entire design.