font_family
The CSS font-family stack for a font, including fallbacks.
Syntax
{{ settings.body_font | font_family }}Example
{{ settings.body_font | font_family }}Output:
"Inter", -apple-system, sans-serifThe CSS font-family stack for a font, including fallbacks.
{{ settings.body_font | font_family }}{{ settings.body_font | font_family }}Output:
"Inter", -apple-system, sans-serif