Fonts

Fonts and Headers make up the content of the page.

Title H2

Title H3

Paragragh Content

  • Item 1
  • Item 2

Title H3

Paragragh Content

  1. Item 1
  2. Item 2

Code Example

<h2>Title H2</h2>
<h3>Title H3</h3>
<p>Paragragh Content</p>
<ul>
  <li>Item 1</li>
   <li>Item 2</li>
</ul>
<h3>Title H3</h3>
<p>Paragragh Content</p>
<ol>
   <li>Item 1</li>
   <li>Item 2</li>
</ol>