Admin Configuration

A Version carries the full set of configurations of your checkout, so fonts are also configured at the version level.
  1. Navigate to your version in the admin dashboard
  2. Click the Props Configuration tab
  3. Click Add Font
Version Props Page Pn
  1. Add your font Fonts are always in a JSON format
{
    "fontFamily": "Mulish, sans-serif",
    "href": "https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap"
}
Version Props Add Font Pn