Skip to content

151 - Font Stack

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

maml
{
  fonts: [
    {
      family: "Roboto"
      category: "serif"
      weights: [
        100
        200
        300
        500
        700
      ]
      variable: false
    }

    {
      family: "Roboto"
      category: "sans-serif"
      weights: [
        100
        200
        300
        400
        700
      ]
      variable: false
    }

    {
      family: "JetBrains Mono"
      category: "serif"
      weights: [
        100
        400
        700
        900
      ]
      variable: false
    }

    {
      family: "Roboto"
      category: "serif"
      weights: [
        100
        200
        500
        700
        900
      ]
      variable: true
    }
  ]
}

See Also