Typography » Mixins Font styles mixinLink
Since: 2.0.0 New IssueA mixin to get and print font styles, just like <h>
tags.
Handy for when the placeholders just aren't working for you.
Accepts a valid style, such as 6
(like h6) or secondary
.
Also accepts any style you've defined in the theme.
Example:
Make a <h4>
look like an <h2>
.
.comparison-title {
@include font-size( '2' );
}
_typography-tools.scss, line 438
View Source