Typography

The Pension Regulators components for type styles

Headings

Heading 4

The spectacle before us was indeed sublime.

You can copy and paste this code into the section of your prototype where your Heading 4 needs to appear:

<H4>Your text would go here.</H4>

Heading 3

The spectacle before us was indeed sublime.

You can copy and paste this code into the section of your prototype where your Heading 3 needs to appear:

<H3>Your text would go here.</H3>

Heading 2

The spectacle before us was indeed sublime.

You can copy and paste this code into the section of your prototype where your Heading 2 needs to appear:

<H2>Your text would go here.</H2>

Heading 1

The spectacle before us was indeed sublime.

You can copy and paste this code into the section of your prototype where your Heading 1 needs to appear:

<H1>Your text would go here.</H1>

Paragrah text

The spectacle before us was indeed sublime.

You can copy and paste this code into the section of your prototype where your paragraph (body) text needs to appear:

<p>Your text would go here.</p>

Lists

Unordered list

  • The spectacle before us was indeed sublime.
  • The spectacle before us was indeed sublime.
  • The spectacle before us was indeed sublime.

You can copy and paste this code into the section of your prototype where your paragraph (body) text needs to appear:

<ul>
  <li>Your text would go here.</li>
  <li>Your text would go here.</li>
   <li>Your text would go here.</li>
</ul>

Ordered list

  1. The spectacle before us was indeed sublime.
  2. The spectacle before us was indeed sublime.
  3. The spectacle before us was indeed sublime.

You can copy and paste this code into the section of your prototype where your paragraph (body) text needs to appear:

<ol>
  <li>Your text would go here.</li>
  <li>Your text would go here.</li>
  <li>Your text would go here.</li>
</ol>