Example 9759
Font Stack
Typography font family definitions.
{
fonts: [
{
family: "Roboto"
category: "serif"
weights: [
100
300
]
variable: true
}
{
family: "IBM Plex Sans"
category: "sans-serif"
weights: [
100
300
500
]
variable: false
}
{
family: "Space Grotesk"
category: "display"
weights: [
300
400
800
]
variable: false
}
]
}