Specific Setting - Font Syles

You can use various options for your font-sizes and styles.

If you want to change the font color please check the section Global Settings - Colors

File: index.html
<!-- headline styles from 1 to 6 -->
<h1>headline 1</h1>
<h2>headline 2</h2>
<h3>headline 3</h3>
<h4>headline 4</h4>
<h5>headline 5</h5>
<h6>headline 6</h6>

<!-- seperation line -->
<hr>

<!-- differnt text styles for normal paragraph text -->
<p>normal text <b>bold</b> <i>italic</i> <a href="#">link</a> asdf</p>

<!-- seperation line -->
<hr>

<!-- quote -->
<blockquote>quote asdf asdf</blockquote>
Example of different styles you can use for your text - how it is displayed on the page