When silent mode is active, css classes will not be output
When true, webfonts will be downloaded
Unitless size representing the baseline grid
Prefix for the class used when loading fonts
Scale of font-sizes and line-heights for all font-families
Returns a single list on the scale
Returns a spacing size in px based on the baseline unit and number of units passed to the function
Outputs the font size and line height based on the scale, also accepts an override line-height to output and a font adjustment parameter for when outputting styles for progressively loaded fonts
Outputs the progressive font fallback styles based on font and scale if the font has fallback settings
Outputs margin-top and/or margin-bottom based on multiples of the baseline unit passed to the mixin
Outputs padding-top and/or padding-bottom based on multiples of the baseline unit passed to the mixin
Outputs font-weight property for the given font
Outputs font-family, size and line-height, and progressive font loading styles for Serif font
Outputs font-family, size and line-height, and progressive font loading styles for Display font
Outputs font-family, size and line-height, and progressive font loading styles for Sans font
Outputs font-family, bold font-weight, size and line-height, and progressive font loading styles for Display font
Outputs font-family, bold font-weight, size and line-height, and progressive font loading styles for Sans font
Outputs font-family, bold font-weight, size and line-height, and progressive font loading styles for Serif font
Common tag styles - not used directly.
Includes styles for a
and span
child elements
Article Topic styles - inherits from oTypographyTag mixin
Styles for photo or video credit/caption
Styles for collection headers including full-width top border
Style for <blockquote> tags including p
and footer
elements
Large headline styles with an underline
General typography Apply to a wrapper to style all text inside it
article { @include oTypographyWrapper; }