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