Skip to content

Typography

Wikimedia projects rely on writing and reading. Typography is a key component of their design. Consider the typeface, size, style, and spacing of your text to achieve good readability. Our typographic choices make our content accessible, present it in a neutral way, and convey its reliability.

An example of an English Wikipedia article, demonstrating different typography styles.

Readability

Content should be readable by everyone, regardless of their circumstances. Color blindness or the sun on a device's screen should not be barriers to access.

Contrast

When using text, make sure that it provides enough color contrast to be read comfortably. Check the contrast between the colors used for the text and its background. Accessibility note: Provide at least level AA sufficient contrast (4.5:1). The color palette provides the contrast levels for pure white and black surfaces, but you need to ensure the contrast of other combinations.

Bento (弁当 bentō) is a single-portion take-out or home-packed meal common in Japanese cuisine.

Do: Contrast against the background

Bento (弁当 bentō) is a single-portion take-out or home-packed meal common in Japanese cuisine.

Don't: Low contrast below 4.5:1, especially at smaller sizes, makes text harder to read.

Tracking and leading

Text spacing: How text is placed in space can affect its readability. Follow these considerations for text paragraphs:

  • Line length for reading in English is ideally no longer than 75 characters.
  • Line height should be 1.6 times the size of the font used. Internationalization note: Use a bigger line height in a relative size unit like rem or em, not in an absolute like px, to prevent clipping of some Indic scripts, for example Burmese.

Dynamic text

Content will be available in multiple languages, and text length will vary for pieces of content across languages. Avoid designing interfaces that depend on certain expectations about text length.

Text shown at different font sizes depending on its length
Text shown at different font sizes depending on its length.

Here are few ways to tackle dynamic text:

  • Uncrowded user interface. Design with an eye for simplicity. Consider reducing the number of elements to ensure the remaining ones have enough room.
  • Dynamic layout. Make containers expandable, so that they can fit the content.
  • Dynamic text. Adjust the size depending on the content. Use a smaller font-size for long content.
  • Clipping. Clip the text with an ellipsis, only if there is no risk of missing important information or the complete information is reachable through a clear alternative means.

Typefaces

Text can be read in multiple languages on different devices. We recommend using the fonts already available on each device and operating system. This keeps the experience simple and consistent with the platform conventions and ensures widest language script support as provided by the operating systems themselves. The following sections provide a selection criteria for choosing appropriate typefaces, and how to apply it on different platforms.

Font selection criteria

To select an appropriate font family for a given language script or device, follow these criteria:

  • Readability. Fonts with a bigger x-height and open shapes are preferred.
  • Neutral aspect. The font should work with many different kinds of content without adding a particular voice to it.
  • Simple shapes. Fonts with less complex shapes work better at smaller sizes and on low-resolution devices.
  • Open. Open source fonts are preferred to align with the open knowledge they deliver.

Platform-specific fonts

We recommend relying on the operating system's default sans-serif typeface.[1][2]

Most platforms have plenty of options for supporting latin-based languages, where the serif concept makes sense. Among the different serif system fonts we recommend Source Serif Pro (present in many operating systems).

Below you can see an example CSS code to support the default system fonts:

css
/**
 * System font stack for sans-serif fonts
 *
 * `-apple-system` ('San Francisco' font) – Support Safari 9+ macOS and iOS, Firefox macOS
 * `BlinkMacSystemFont` ('San Francisco' font) – Chrome 48+ macOS and iOS
 * `Segoe UI` – Windows Vista & newer
 * `Roboto` – Android 4.0+
 * `Inter` – Wikimedia Design choice, OFL licensed
 * `Helvetica, Arial, sans-serif` – (Generic) Web fallback
 *
 * Note that standard `system-ui` value has resulted in unresolved
 * side-effects in certain OS/language combinations as of now and is
 * therefore not included.
 */
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Lato, Helvetica, Arial, sans-serif;

Fonts are not always available for all scripts or all operating systems. For example, Helvetica does not support the Korean script. Using the default font on the user device for Korean text seems the safest choice, unless there is a better candidate based on the selection criteria described above, and selected by someone familiar with the script.

Platform-neutral fonts

In some cases you may be designing in a neutral-platform context. For example, creating mockups to convey a general interface concept targeting multiple platforms, or contributing to this style guide. In those cases, it is convenient to select free fonts that follow the above criteria.

We recommend Source Serif Pro and Inter when available in your language, as well as the Noto font family for extended language support.

  • Source Serif Pro is a serif typeface created by Frank Grießhammer for Adobe Systems. The typeface is inspired by the forms of Pierre Simon Fournier and is a complementary design to the Source Sans family.
  • Inter is a sans-serif typeface family designed for computer screens.
  • The Noto family provides a great coverage of languages, providing good alternatives for both serif and sans-serif typefaces.

Examples of the Source Serif Pro and Inter fonts.

These fonts are provided as a reference, but you may select other free fonts using similar criteria when the recommended ones are not available in your context.

Use of styles

The recommended styles are intended to optimize readability of Wikipedia’s dense encyclopedic content.

In our guidelines we use scale-independent pixels (sp). They can result in a different number of actual pixels in the user screen due to screen density or user preferences. A 16 sp text is rendered as 16 px in a 1x device at standard zoom level, but it becomes 21 px in a 2x device (or when zoomed 200% on a 1x device).

Common text styles are based on the defined scale to clearly communicate the content hierarchy. Color hints are guidance for general use case in a light mode theme.

Heading 1
serif font, regular 28/35

Heading 2
serif font, regular 24/30

Heading 3
sans-serif font, bold 20/25

Heading 4
sans-serif font, bold 18/22.5

Heading 5
sans-serif font, bold 16/20
Heading 6
sans-serif font, bold 14/22.4

Body Paragraph

sans-serif font, regular

16 sp in Gray750

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis reprehenderit minima voluptates doloribus nemo, enim eius. Itaque laudantium, praesentium maiores distinctio! Voluptate ipsam consequatur corrupti inventore cum illo quae modi.

Complementary

sans-serif font, regular

14 sp in Gray 500 or Gray750

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis reprehenderit minima voluptates doloribus nemo, enim eius.

Block quotation / citation

sans-serif font, italic 20sp, 4px border before in Gray200

— sans-serif font, regular 14 sp

Figure caption

sans-serif font, italic

12 sp in Gray500

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis reprehenderit minima voluptates doloribus nemo, enim eius.

Small text

sans-serif font, regular

12 sp

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis reprehenderit minima voluptates doloribus nemo, enim eius.

Placeholder

sans-serif font, regular

16 sp in Gray500

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis reprehenderit minima voluptates doloribus nemo, enim eius.

Unordered list

sans-serif font, regular

16 sp

  • list-style-type: disc; list-style-position: outside
  • list-style-type: disc; list-style-position: outside
  • list-style-type: disc; list-style-position: outside
  • list-style-type: disc; list-style-position: outside
    • Nested list item, second order; list-style-type: circle
    • Nested list item, second order; list-style-type: circle
      • Nested list item, third order; list-style-type: square
      • Nested list item, third order; list-style-type: square

Ordered list

sans-serif font, regular

16 sp

  1. list-style-position: outside
  2. list-style-position: outside
  3. list-style-position: outside
  4. list-style-position: outside
    1. Nested list item

Code

css
/**
 * System font stack for monospace fonts
 *
 * `Menlo` – macOS 10.6+
 * `Consolas` – Windows Vista & newer
 * `Liberation Mono` – Fedora, Ubuntu, … OFL licensed
 * `'Courier New', monospace` – (Generic) web font fallback
 */
font-family: 'Menlo', 'Consolas', 'Liberation Mono', 'Fira Code', 'Courier New', monospace;
font-size: 14px; /* 14 sp equivalent */

References

  1. For a historic reference on the former default platform-specific font families choice in 2014, a predecessor of current selection, see Typography_refresh/Font_choice on MediaWiki
  2. Find a selection of background information on fonts in our choice at Font family stack article on MediaWiki