font
The font in the font selector settings.
The font object can be used within Handlebars assets or style tags to apply values from font settings to the theme's CSS.
Properties
The fallback families of the font.
The name of the font.
The style of the font.
Returns true if the font is a system font. Returns false if not.
The weight of the font.
Example
Set Font Styles
Set the style of sorting titles in global configurations.
--sort-title-font-weight: {{settings.sort_title_font.weight}};
--sort-title-font-style: {{settings.sort_title_font.style}};
Was this article helpful to you?