Example 13548
Font Stack
Typography font family definitions.
{
fonts: [
{
family: "Roboto"
category: "sans-serif"
weights: [
100
300
400
600
800
]
variable: true
}
{
family: "IBM Plex Sans"
category: "serif"
weights: [
200
400
800
]
variable: false
}
{
family: "IBM Plex Sans"
category: "sans-serif"
weights: [
100
300
400
600
700
]
variable: true
}
]
}