Appearance
1052 - Font Stack
Typography font family definitions. This is an example of a MAML document.
maml
{
fonts: [
{
family: "Noto Sans"
category: "display"
weights: [
200
300
500
800
900
]
variable: false
}
{
family: "Inter"
category: "monospace"
weights: [
100
200
500
700
]
variable: true
}
{
family: "JetBrains Mono"
category: "display"
weights: [
400
700
800
]
variable: false
}
{
family: "Roboto"
category: "serif"
weights: [
100
300
400
600
]
variable: false
}
]
}