GETTING STARTED
CONTENT
UTILITIES
Menu

Typography

Documentation and examples for Bodrum typography, including global settings, headings, body text, lists, and more.

Headings

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

Heading Example

<h1></h1>

h1. Bodrum heading

<h2></h2>

h2. Bodrum heading

<h3></h3>

h3. Bodrum heading

<h4></h4>

h4. Bodrum heading

<h5></h5>

h5. Bodrum heading

<h6></h6>

h6. Bodrum heading

.h1 through .h6 classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element.

Display Headings

Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a display heading—a larger, slightly more opinionated heading style.

Heading Example

<h1 class="display-1></h1>

Display 1

<h1 class="display-2></h1>

Display 2

<h1 class="display-3></h1>

Display 3

<h1 class="display-4></h1>

Display 4

You can use Display classes with any tag. (<h1> - <h6>, <p>, <span> etc.)

Paragraph

<p> tags are used in HTML for paragraphs. You can use this tag in the Bodrum template.