Font Size Converter
Convert between points, pixels, ems, rems, and percentages for web and print typography. Enter values for instant results with step-by-step formulas.
Reviewed for accuracy by Daniel Agrici, Founder & Lead Developer
Font Size Converter
Calculator
Adjust values & calculateEnter your values below. Every result is computed in your browser — no data is sent to any server.
Formula: rem = px / base | pt = px × 0.75 | em = px / parent
Worked example — 1.5rem = 18pt
Formula
rem = px / base | pt = px × 0.75 | em = px / parent
1 rem = root font size (default 16px). 1 pt = 1/72 inch. At 96 DPI, 1px = 0.75pt.
Worked Examples
Example 1: 24px
Problem:Convert 24px (base=16px)
Solution:24/16 = 1.5rem, 24×0.75 = 18pt
Result:1.5rem = 18pt
Frequently Asked Questions
What is the difference between px, em, and rem?
px is absolute. em is relative to the parent element font size. rem is relative to the root element (html) font size, typically 16px.
Why should I use rem instead of px for web typography?
rem units scale with the user's browser font size preference, improving accessibility. Users who set their browser to larger text (common among people with low vision) will see all rem-based text grow proportionally. px values stay fixed and ignore these preferences, making them less accessible.
What is the standard base font size for websites?
Most browsers default to 16px as the root font size. Web designers often keep this default and build their type scale around it. Common sizes: body text at 16px (1rem), H1 at 32–48px, H2 at 24–32px, small print at 12–14px (0.75–0.875rem).
Background & Theory
History
Reviewed for accuracy by Daniel Agrici, Founder & Lead Developer · Editorial policy
Related Calculators
🧮Line Spacing Calculator
Calculate optimal line height/leading from font size for readability.
🧮Print Size From Megapixels Calculator
Calculate print size from megapixels with interactive inputs and clear steps.
🧮Font Scale Modular Typography Calculator
Calculate font scale modular typography with interactive inputs and clear steps.
🧮Rgb Hex Converter
Calculate rgb hex converter with interactive inputs and clear steps.
🧮Print Size Calculator
Calculate maximum print size from image resolution and desired DPI.
🧮Audio File Size Calculator
Calculate audio file size from duration, sample rate, bit depth, and number of channels.
🧮Frequency to Note Converter
Convert frequency in Hz to the nearest musical note and cents deviation.
🧮Frame Rate Converter
Convert between frame rates (24, 25, 30, 60 fps) and calculate time remapping.