Skip to content

654 - Font Stack

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

maml
{
  fonts: [
    {
      family: "Noto Sans"
      category: "monospace"
      weights: [
        200
        500
      ]
      variable: true
    }

    {
      family: "Space Grotesk"
      category: "sans-serif"
      weights: [
        300
        500
        600
        700
      ]
      variable: false
    }

    {
      family: "Geist"
      category: "display"
      weights: [
        300
        500
        600
        800
      ]
      variable: false
    }

    {
      family: "Space Grotesk"
      category: "sans-serif"
      weights: [
        200
        900
      ]
      variable: true
    }
  ]
}

See Also