Skip to main content

font_picker

A font family picker that lets the merchant choose a font from available fonts. Returns the selected font family name as a string.

Properties

PropertyTypeRequiredDescription
type"font_picker"YesField type identifier
labelstringYesLabel shown in the builder
defaultstringNoDefault font family

Usage

{
"headingFont": {
"type": "font_picker",
"label": "Heading Font",
"default": "Cairo"
},
"bodyFont": {
"type": "font_picker",
"label": "Body Font",
"default": "Inter"
}
}
info

The font picker displays available fonts with a preview of each font style. The merchant sees the font rendered in its actual typeface.

Interactive Preview

Interactive Preview
The quick brown fox — Cairo
Live Output
{
  "headingFont": "Cairo"
}