font
The font in the settings of a font selector.
You can use the font object within HTML resources or style tags to apply font settings to your theme’s CSS.
Properties
The fallback font families.
The name of the primary font family.
The font style.
Whether the font is a system font.
true: The font is a system font.false: The font is not a system font.
The font weight.
Example
The following example is used to set the font weight and font style for the sorting toolbar title in the theme’s global settings.
--sort-title-font-weight: {{settings.sort_title_font.weight}};
--sort-title-font-style: {{settings.sort_title_font.style}};
Was this article helpful to you?