font

A font from a font_picker setting.

📘

Tip

Use font filters to modify properties of the font object or load the font.

PropertiesTypeDescription
fallback_familiesstringThe fallback families of the font.
familystringThe family name of the font.
font_facestringThe font can be loaded with the use offont_face in style.
handlestringThe handle of the font.
stylestringThe style of the font.
weightnumberThe weight of the font.
{
  "fallback_families": "sans-serif",
  "family": "Jost",
  "font_face": "@font-face { font-family: 'Jost'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/jost/v13/92zPtBhPNqw79Ij1E865zBUv7myjJTVBNIg.woff2) format('woff2');}",
  "handle": "jost_n4",
  "style": "normal",
  "weight": 400
}