Category Icon - Pansyer Agency Blog

articles

Jan 10, 2025

font sizes in UI design: a practical guide

Mastering font sizes is key for effective UI design. This complete guide covers hierarchy, readability, accessibility, and best practices

font-sizes-in-ui-design-practical-quide

One of the questions new UI designers ask most often is simple:
What font size should I use?

is it for a website? an android app? iOS? iPad?

If you’ve ever wished someone would just lay all the rules out in one place—this is that page. These are current (2024) best-practice font size guidelines covering iOS, Android / Material Design, and responsive web design.

You’ll find breakdowns for:

  • iPhone

  • iPad

  • Material Design — Mobile

  • Material Design — Desktop

  • Mobile Web

  • Desktop Web

  • Core principles

  • Useful references

one clear reference instead of guesswork

Material Design technically has guidelines - but they’re buried in dozens of pages. Apple’s guidance is vague at best. And web design? Still the wild west. People suggest things like “use the golden ratio,” but that rarely helps in real-world UI work.

Three platforms. Different conventions. Conflicting design philosophies. That’s exactly why this guide exists.

You can either read it platform by platform or skip to the Principles & Resources section if you want to understand why certain sizes work the way they do.

pansyer agency blog article about font sizes in UI design

pixels, points, sp, dp - what actually matters

High-resolution screens have turned typography terminology into a mess. “Pixel” can mean multiple things now. Then you’ve got points, scale-independent pixels, density-independent pixels…

Here’s what actually matters as a designer.

the only number you need to care about

When you set a font size in Figma, Sketch, or any design tool, you’re typing a number into a box.

That’s the number this guide uses. It doesn’t matter whether the unit is technically called pixels, points, or something else. If you type the number into your design tool at 1× scale, it will behave correctly.

(If you don’t know what 1× means, you’re probably already using it.)

Good design adapts seamlessly. Ensuring usability across all devices is paramount for reaching your entire audience effectively.

what “pixel” really means

The word pixel is overloaded:

  • It can mean a physical dot on a screen

  • It can mean a logical unit used by software

  • Or it can mean a CSS unit used on the web

In this guide, pixel always means CSS pixel - the value you type into Figma or into font-size: 16px in CSS. That’s the only definition that matters here.

what is a point?

A point (pt) is Apple’s version of the same idea. On modern iPhones, one point may equal multiple physical pixels, sometimes 4, sometimes 9 - depending on the screen density.

The good news: you don’t need to care.

You just use points in your design tool, and iOS handles the rest.

what are dp and sp?

Android introduced two similar units:

  • dp (density-independent pixels) – used for layout and spacing

  • sp (scale-independent pixels) – used for text

They’re basically Android’s version of points. The reason for the split is accessibility: if a user increases their system font size, sp scales accordingly while dp does not. For designers, the takeaway is simple:

  • Use sp for text

  • Use dp for everything else


ux/ui designer
simona venkova team member pansyer

Designs intuitive UI/UX focused on usability.

One of the questions new UI designers ask most often is simple:
What font size should I use?

is it for a website? an android app? iOS? iPad?

If you’ve ever wished someone would just lay all the rules out in one place—this is that page. These are current (2024) best-practice font size guidelines covering iOS, Android / Material Design, and responsive web design.

You’ll find breakdowns for:

  • iPhone

  • iPad

  • Material Design — Mobile

  • Material Design — Desktop

  • Mobile Web

  • Desktop Web

  • Core principles

  • Useful references

one clear reference instead of guesswork

Material Design technically has guidelines - but they’re buried in dozens of pages. Apple’s guidance is vague at best. And web design? Still the wild west. People suggest things like “use the golden ratio,” but that rarely helps in real-world UI work.

Three platforms. Different conventions. Conflicting design philosophies. That’s exactly why this guide exists.

You can either read it platform by platform or skip to the Principles & Resources section if you want to understand why certain sizes work the way they do.

pansyer agency blog article about font sizes in UI design

pixels, points, sp, dp - what actually matters

High-resolution screens have turned typography terminology into a mess. “Pixel” can mean multiple things now. Then you’ve got points, scale-independent pixels, density-independent pixels…

Here’s what actually matters as a designer.

the only number you need to care about

When you set a font size in Figma, Sketch, or any design tool, you’re typing a number into a box.

That’s the number this guide uses. It doesn’t matter whether the unit is technically called pixels, points, or something else. If you type the number into your design tool at 1× scale, it will behave correctly.

(If you don’t know what 1× means, you’re probably already using it.)

Good design adapts seamlessly. Ensuring usability across all devices is paramount for reaching your entire audience effectively.

what “pixel” really means

The word pixel is overloaded:

  • It can mean a physical dot on a screen

  • It can mean a logical unit used by software

  • Or it can mean a CSS unit used on the web

In this guide, pixel always means CSS pixel - the value you type into Figma or into font-size: 16px in CSS. That’s the only definition that matters here.

what is a point?

A point (pt) is Apple’s version of the same idea. On modern iPhones, one point may equal multiple physical pixels, sometimes 4, sometimes 9 - depending on the screen density.

The good news: you don’t need to care.

You just use points in your design tool, and iOS handles the rest.

what are dp and sp?

Android introduced two similar units:

  • dp (density-independent pixels) – used for layout and spacing

  • sp (scale-independent pixels) – used for text

They’re basically Android’s version of points. The reason for the split is accessibility: if a user increases their system font size, sp scales accordingly while dp does not. For designers, the takeaway is simple:

  • Use sp for text

  • Use dp for everything else


ux/ui designer
simona venkova team member pansyer

Designs intuitive UI/UX focused on usability.

One of the questions new UI designers ask most often is simple:
What font size should I use?

is it for a website? an android app? iOS? iPad?

If you’ve ever wished someone would just lay all the rules out in one place—this is that page. These are current (2024) best-practice font size guidelines covering iOS, Android / Material Design, and responsive web design.

You’ll find breakdowns for:

  • iPhone

  • iPad

  • Material Design — Mobile

  • Material Design — Desktop

  • Mobile Web

  • Desktop Web

  • Core principles

  • Useful references

one clear reference instead of guesswork

Material Design technically has guidelines - but they’re buried in dozens of pages. Apple’s guidance is vague at best. And web design? Still the wild west. People suggest things like “use the golden ratio,” but that rarely helps in real-world UI work.

Three platforms. Different conventions. Conflicting design philosophies. That’s exactly why this guide exists.

You can either read it platform by platform or skip to the Principles & Resources section if you want to understand why certain sizes work the way they do.

pansyer agency blog article about font sizes in UI design

pixels, points, sp, dp - what actually matters

High-resolution screens have turned typography terminology into a mess. “Pixel” can mean multiple things now. Then you’ve got points, scale-independent pixels, density-independent pixels…

Here’s what actually matters as a designer.

the only number you need to care about

When you set a font size in Figma, Sketch, or any design tool, you’re typing a number into a box.

That’s the number this guide uses. It doesn’t matter whether the unit is technically called pixels, points, or something else. If you type the number into your design tool at 1× scale, it will behave correctly.

(If you don’t know what 1× means, you’re probably already using it.)

Good design adapts seamlessly. Ensuring usability across all devices is paramount for reaching your entire audience effectively.

what “pixel” really means

The word pixel is overloaded:

  • It can mean a physical dot on a screen

  • It can mean a logical unit used by software

  • Or it can mean a CSS unit used on the web

In this guide, pixel always means CSS pixel - the value you type into Figma or into font-size: 16px in CSS. That’s the only definition that matters here.

what is a point?

A point (pt) is Apple’s version of the same idea. On modern iPhones, one point may equal multiple physical pixels, sometimes 4, sometimes 9 - depending on the screen density.

The good news: you don’t need to care.

You just use points in your design tool, and iOS handles the rest.

what are dp and sp?

Android introduced two similar units:

  • dp (density-independent pixels) – used for layout and spacing

  • sp (scale-independent pixels) – used for text

They’re basically Android’s version of points. The reason for the split is accessibility: if a user increases their system font size, sp scales accordingly while dp does not. For designers, the takeaway is simple:

  • Use sp for text

  • Use dp for everything else


ux/ui designer
simona venkova team member pansyer

Designs intuitive UI/UX focused on usability.

subscribe to our

weekly

newsletter

Get curated marketing insights, expert tips, and the latest agency news delivered straight to your inbox every week. Stay ahead with us.

subscribe to our

weekly

newsletter

Get curated marketing insights, expert tips, and the latest agency news delivered straight to your inbox every week. Stay ahead with us.

subscribe to our

weekly

newsletter

Get curated marketing insights, expert tips, and the latest agency news delivered straight to your inbox every week. Stay ahead with us.