Typography

Titles

CD

Headings serve to structure the content of a page. The higher the heading is in the structural hierarchy (e.g. H1), the more important it is, and the more weight is given to it by search engines such as Google. Generally speaking, not too many hierarchical levels should be used, as this has a negative impact on the clarity of the structure. Heading levels H1 through H4 are therefore clearly differentiated in their formatting (while levels H5 and H6 are merely defined pro forma).

To conform accessibiliity requirement titles have to respect a sequence from 1 to 6

Headings can also have links and are then formatted in blue.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Heading 2 link

Lead

A lead can be placed at the beginning of a longish text summarizing the most important aspects of the text. A lead of this sort is formatted bold.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quae, reprehenderit, quas, facere, placeat eveniet quia consequuntur est sint necessitatibus at perferendis modi. Officiis, mollitia deleniti nostrum. Temporibus, architecto fugit eveniet.

Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna diam porttitor mauris, quis sollicitudin sapien justo in libero. Vestibulum mollis mauris enim. Morbi euismod magna ac lorem.

Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui.

Text elements

CD

The font size, line length, and line spacing for the copy body have been selected to provide an optimum reading experience. Quotations are shown in italics. Links within the running text are underlined, but should be used sparingly. It is better to place links at the end of a paragraph.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quae, reprehenderit, quas, facere, placeat eveniet quia consequuntur est sint necessitatibus at perferendis modi. Officiis, mollitia deleniti nostrum. Temporibus, architecto fugit eveniet.

Text Element Code
The a element example <a href="#">a element</a>
The abbr element example <abbr>abbr element</abbr>
The abbr element with title example <abbr title="Title text">abbr element with title</abbr>
The b element example <b>b element</b>
The cite element example <cite>cite element</cite>
The code element example <code>code element</code>
The del element example <del>del element</del>
The dfn element example <dfn>dfn element</dfn>
The em element example <em>em element</em>
The i element example <i>i element</i>
The img element image description example <img src="http://placehold.it/120x25" alt="image description" />
The ins element example <ins>ins element</ins>
The kbd element example <kbd>kbd element</kbd>
The mark element example <mark>mark element</mark>
The q element example <q>q element</q>
The s element example <s>s element</s>
The samp element example <samp>samp element</samp>
The small element example <small>small element</small>
The span element example <span>span element</span>
The strong element example <strong>strong element</strong>
The sub element example <sub>sub element</sub>
The sup element example <sup>sup element</sup>
The var element example <var>var element</var>
The u element example <u>u element</u>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.

Lists

CD

Lists are used to structure contents and to provide the user with a quick overview of a topic.

  1. Lorem ipsum
  2. Lorem ipsum
  3. Lorem ipsum
    1. Lorem ipsum
  4. Lorem ipsum

To use with links. Outputs a more readable and clickable list of links. Just add the .list-unstyled class.

Lorem ipsum
Lorem ipsum
Lorem ipsum
Lorem ipsum
Lorem ipsum