Skip to main content
Logo Appt Light

Font size

People with a visual impairment often use the accessibility feature to increase the text size. This means that less information than usual is displayed on the screen, so users see less content at once and need to scroll down to read the entire text.

Our accessibility research in the Netherlands shows that more than a fifth of users normally increase the text size on iOS and on Android. When extrapolated to all Dutch people with a mobile phone, we get a figure of more than 3 million people.

Many people make their fonts larger on iOS.

  • Font-size normal

    64.25%

  • Font-size larger

    24.29%

  • Font-size smaller

    11.45%

Our research found that there is a huge diversity of font sizes on Android. The most commonly used setting differs per device type. The default font size therefore seems to differ between the various implementations of the OS. In order to be able to make a statement about the adjustments compared to the standard, we determined per device what the most used setting was and what percentage the font size has changed in relation to this.

Many people make their font-size larger on Android.

  • Font-size normal

    62.41%

  • Font-size larger

    24.27%

  • Font-size smaller

    13.06%

Picture of Edith

Resizing texts is a necessity for me.

Edith

Read the interview with Edith

Support in apps

Below are some code samples for the most commonly used platforms and frameworks.

On Android, you can use Scale-independent Pixels to scale text. This unit ensures that the user's preferences are taken into account when determining the font size. We recommend to define the textSize in your styles to make sure it's the same everywhere.

<style name="Widget.TextView">
    <item name="android:textSize">18sp</item>
</style>

Feedback?

Let us know!