Example 10747
Font Stack
Typography font family definitions.
{
fonts: [
{
family: "Geist"
category: "monospace"
weights: [
100
400
500
]
variable: true
}
{
family: "Noto Sans"
category: "display"
weights: [
300
500
800
]
variable: false
}
{
family: "Fira Code"
category: "monospace"
weights: [
300
400
600
]
variable: false
}
]
}