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