Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Typography

sabrinang edited this page Feb 19, 2016 · 11 revisions

Fira Sans

Fira Sans is Mozilla's official typeface. It is important to note that we should limit the number of weights we use on a page to keep the load down.

Download Fira 4.1 Fira on Github

Fallback typefaces

We have selected a few fallback fonts so the typography will degrade predictably or more gracefully.

Page elements

Typography

For our site, our base font size is 10px. All other type sizes are relative to this measurement (rem). For example, the body text is 1.6rem (16px).

html { font-size: 62.5%; } 
body { font-size: 1.6rem; } /* =16px */

Examples