Skip to content

1360 - Font Stack

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

maml
{
  fonts: [
    {
      family: "Source Sans Pro"
      category: "serif"
      weights: [
        100
        400
        800
      ]
      variable: true
    }

    {
      family: "JetBrains Mono"
      category: "display"
      weights: [
        300
        600
        700
      ]
      variable: false
    }

    {
      family: "JetBrains Mono"
      category: "monospace"
      weights: [
        600
        700
        900
      ]
      variable: true
    }

    {
      family: "Noto Sans"
      category: "serif"
      weights: [
        700
        800
      ]
      variable: true
    }
  ]
}

See Also