Skip to content

741 - Font Stack

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

maml
{
  fonts: [
    {
      family: "JetBrains Mono"
      category: "serif"
      weights: [
        200
        300
        600
        700
        900
      ]
      variable: true
    }

    {
      family: "Inter"
      category: "sans-serif"
      weights: [
        100
        500
        600
        800
      ]
      variable: true
    }

    {
      family: "JetBrains Mono"
      category: "monospace"
      weights: [
        200
        800
        900
      ]
      variable: true
    }

    {
      family: "Inter"
      category: "sans-serif"
      weights: [
        100
        500
      ]
      variable: false
    }

    {
      family: "Space Grotesk"
      category: "serif"
      weights: [
        400
        500
        600
        900
      ]
      variable: true
    }

    {
      family: "JetBrains Mono"
      category: "serif"
      weights: [
        400
        500
      ]
      variable: false
    }
  ]
}

See Also