Elements

Tags of HTML have been styled in Double to add some custom styles and reset browser defaults. The default font-family used by Double is Open Sans. Here a list of all typography tags

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Paragraphs

This is a sample text with strong and small styles and also some code used inside a paragraphs

<p>
  This is a sample text with <strong>strong</strong> and <small>small</small> styles
  and also some <code>code</code> used inside a paragraph
</p>

Code

Some code here
<pre>Some code here</pre>