Typography

Default font - Roboto 2.0

Latest version of Roboto Google font has been included. It comes with 5 different font weights you can use: 200, 300, 400, 500, 600.

Headings and paragraph

Template basic styling on header tags and paragraph.

Heading h1

Heading h2

Heading h2 with thin class

Heading h3

Heading h4

Heading h5
Heading h5 strong
Heading h6

Paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Strong libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet.

Blockquotes
This is an example quotation that uses the blockquote tag.
Here is another line to make it look bigger.
This is an example quotation that uses the blockquote tag.
Here is another line to make it look bigger.

	<blockquote>
		This is an example quotation that uses the blockquote tag.<br>
		Here is another line to make it look bigger.
	</blockquote>
	
	<div class="card-panel">
		<blockquote>
			This is an example quotation that uses the blockquote tag.<br>
			Here is another line to make it look bigger.
		</blockquote>
	</div>
				
Flow Text

Fluidly scales text size and line-height to optimize readability for the user. To see it in action, slowly resize your browser and watch the size of this text body change!


	<div class="card-panel">
		<p class="flow-text">Fluidly scales text size and line-height to optimize readability ...</p>
	</div>
				

For more detailed informations please visit: http://materializecss.com/typography.html