Example 17147
Font Stack
Typography font family definitions.
{
fonts: [
{
family: "IBM Plex Sans"
category: "monospace"
weights: [
200
400
600
700
800
]
variable: true
}
{
family: "Inter"
category: "monospace"
weights: [
200
500
600
800
]
variable: true
}
{
family: "Space Grotesk"
category: "serif"
weights: [
200
300
500
700
900
]
variable: true
}
]
}