Typography page header description goes here...
All HTML headings, <h1>
through <h6>
, are available. .h1
through .h6
classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.
h1. Bootstrap heading |
40px |
h2. Bootstrap heading |
32px |
h3. Bootstrap heading |
28px |
h4. Bootstrap heading |
24px |
h5. Bootstrap heading |
20px |
h6. Bootstrap heading |
16px |
global default font-size
is 12px, with a line-height
of 1.428. This is applied to the <body>
and all paragraphs.
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.
Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
Text Elements
For highlighting a run of text due to its relevance in another context, use the <mark>
tag.
You can use the mark tag to highlight text.
Use the <em>
tag for emphasizing a snippet of text with italics.
The following snippet of text is rendered as italicized text.
For indicating blocks of text that have been deleted use the <del>
tag.
This line of text is meant to be treated as deleted text.
For emphasizing a snippet of text with a heavier font-weight.
The following snippet of text is rendered as bold text.
Text Helper Classes
.text-muted |
Fusce dapibus, tortor mauris nibh. |
.text-primary |
Nullam id dolor vehicula ut id elit. |
.text-info |
Duis mollis, nisi erat porttitor ligula. |
.text-success |
Maecenas varius blandit sit magna. |
.text-warning |
Etiam magna mollis euismod. |
.text-danger |
Donec non metus auctor fringilla. |
.text-black |
Aenean ligula non ultricies a metus. |