Skip to content

1056 - Font Stack

Typography font family definitions. This is an example of a MAML document.

maml
{
  fonts: [
    {
      family: "Space Grotesk"
      category: "monospace"
      weights: [
        200
        300
        400
      ]
      variable: false
    }

    {
      family: "JetBrains Mono"
      category: "display"
      weights: [
        200
        400
      ]
      variable: true
    }

    {
      family: "JetBrains Mono"
      category: "sans-serif"
      weights: [
        200
        400
        800
        900
      ]
      variable: true
    }

    {
      family: "JetBrains Mono"
      category: "display"
      weights: [
        100
        500
        800
      ]
      variable: true
    }

    {
      family: "JetBrains Mono"
      category: "sans-serif"
      weights: [
        400
        600
        900
      ]
      variable: false
    }
  ]
}

See Also