Emits the @font-face CSS for a font setting.
{{ settings.heading_font | font_face }}
{{ settings.heading_font | font_face: font_display: "swap" }}
Output:
@font-face { font-family: "Inter"; src: url(…woff2) …; font-display: swap; }