Website Typography

Home » Typography

Headings

All HTML headings, <h1> through <h6>, are available.

Example

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Body Text

The global default font-size is 1rem (16px), with a line-height of 1.5. This is applied to the <body> and all paragraphs. In addition, <p> (paragraphs) receive a bottom margin of 0.75rem (12px).

Example

Lorem ipsum dolor sit amet. Ut ipsam quae aut exercitationem esse eos culpa ipsum id necessitatibus nihil! Qui accusantium nostrum qui ullam recusandae qui consequatur natus.

Rem nulla necessitatibus eum animi nostrum ad omnis voluptatem qui rerum repellendus non rerum quia aut repellat temporibus ab natus itaque. Qui error illum sed quis distinctio aut impedit sequi. Et iste aspernatur qui inventore sunt eos facilis laboriosam sed repellat ratione in commodi reiciendis! Est quisquam similique aut nobis nihil rem placeat quia et accusamus tempora ad autem soluta qui quibusdam esse ab provident possimus.

Aut vero error sed fuga dolores cum placeat aspernatur qui beatae eveniet et ratione nisi non enim repellendus. Sed nihil rerum est maiores debitis a eveniet mollitia? Eum suscipit quos et ipsa recusandae ut doloremque voluptate. At dolore nisi vel eius eaque id odio molestias qui odio eveniet.

Inline Text Elements

Marked Text

For highlighting a run of text due to its relevance in another context, use the <mark> tag.

Example

You can use the mark tag to highlight text.

Deleted Text

For indicating blocks of text that have been deleted use the <del> tag.

Example

This line of text is meant to be treated as deleted text.