Appearance
3250 - Font Stack
Typography font family definitions. This is an example of a MAML document.
maml
{
fonts: [
{
family: "JetBrains Mono"
category: "sans-serif"
weights: [
100
400
500
]
variable: true
}
{
family: "Source Sans Pro"
category: "serif"
weights: [
200
800
]
variable: false
}
{
family: "Roboto"
category: "serif"
weights: [
200
500
]
variable: false
}
]
}