Documentation ➜ Typography
Built on a Modular Scale with thoughtful typographic defaults, Fuselage helps you get your message across more effectively.
Headings
Headings are constructed by default using a modular scale. There are five heading sizes that are built in off the bat.
Output
H1 Sub
H2 Sub
H3 Sub
H4 Sub
H5 Sub
HTML
Headline
The .headline
class creates a large headline.
Output
Hello.
HTML
Deck and Byline
The .deck
and .byline
classes help style articles.
Output
This is a deck, it introduces the article and adds extra awesomeness.
HTML
Drop Cap
The .drop-cap
class makes it easy to implement drop caps. Add a
span
around the first phrase, and give it the
.initial-phrase
class in order to style it in small caps.
Output
Dorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae fugit labore ipsum iste obcaecati delectus reiciendis vel dolorem, aliquam ab perspiciatis quaerat, magni qui est blanditiis? Non, pariatur quaerat omnis!
HTML
Lists
These are the default styles for ordered, unordered, and definition lists.
Output
- Do this first.
- Then this.
- Be mindful of this though!
- Lastly, do this.
- Apples
- Honeycrisp
- Avocados
- Cheese
- Splendiferous
- Extraordinarily or showily impressive.
- That was a splendiferous Sunday dinner.
HTML
Blockquotes and Pull Quotes
blockquote
s and pull quotes blocks are made easy in Fuselage.
Output
When your arm gets hit, the ball is not going to go where you want it to.
John Madden
For the Present is the point at which time touches eternity.
HTML
Code Snippets
Fuselage has built-in styles for code
blocks as well.
Output
HTML
Text Links
Fuselage allows you to use your branding heirarchy on links within your text. Simply use branding color variables to change the color of text links. Also, create your own using the `text-link` mixin
Output
This paragraph displays the control that a user has over text links. Linking is a helpful for curious readers!