This is a work in progress documenting new configuration options coming in a future version of Blocks.

font:
  # Let features be hidden by setting to "false" to reduce editor flexibility
  showTextSizeControl: true
  showFontFamilyControl: true
  showLineHeightControl: true
  showTextStyleControl: true
  showLetterSpacingControl: true

  families:
    # Chicle family
    - name: "Chicle"
      file: "Chicle-Regular.woff"
      weight: 400

    # Sabon family (modern)
    - name: "Sabon"
      file: "sabon.woff"
      weight: 400

    - name: "Sabon"
      file: "sabon-italic.woff"
      style: italic
      weight: 400

    - name: "Sabon"
      file: "sabon-bold.woff"
      weight: 700

    - name: "Sabon"
      file: "sabon-bold-italic.woff"
      style: italic
      weight: 700

    # Sabon Oldstyle family
    - name: "Sabon Oldstyle"
      file: "sabon-oldstyle.woff"
      weight: 400

    - name: "Sabon Oldstyle"
      file: "sabon-oldstyle-italic.woff"
      style: italic
      weight: 400

    - name: "Sabon Oldstyle"
      file: "sabon-oldstyle-caps.woff"
      variant: small-caps
      weight: 400

    - name: "Sabon Oldstyle"
      file: "sabon-bold-oldstyle.woff"
      weight: 700

    - name: "Sabon Oldstyle"
      file: "sabon-bold-oldstyle-italic.woff"
      style: italic
      weight: 700