Want to Change Font ?

In case you don't want to use Roboto on your webpage, fear not. Simply change the font stack by modifying the code below to your liking and add it to your custom css.

Inside sass/themes/default/_typography.scss you can change the font as per your requirements. As we did for our themes ;)

Headers

We provide some basic styling on header tags. In the example, you can see the the 6 header tags' different sizes.

Heading h1

Heading h2

Heading h3

Heading h4

Heading h5
Heading h6
<h1>Heading h1 </h1><h2>Heading h2 </h2><h3>Heading h3 </h3><h4>Heading h4 </h4><h5>Heading h5 </h5><h6>Heading h6 </h6>

Flow Text

To use flow-text on a body of text,simply just add the class flow-textto a tag

Toggle flow-text

To see Flow Text in action,slowly resize your browser and watch the size of this text body change!Use the button above to toggle off/on flow-text to see the difference!

Blockquotes

Blockquotes are mainly used to give emphasis to a quote or citation. You can also use these for some extra text hierarchy and emphasis.

The people who are crazy enough to think they can change the world
Are the ones who do.
- Steve Jobs
<blockquote>This is an example quotation that uses the blockquote tag. </blockquote>

Paragraph

This is a paragraph. Paragraphs are preset with a font size,line height and spacing to match the overall vertical rhythm. To show what a paragraph looks like this needs a little more content so,did you know that there are storms occurring on Jupiter that are larger than the Earth? Pretty cool. Wrap strong around type to make it bold!. You can also use em toitalicizeyour words.