Example 2547
Font Stack
Typography font family definitions.
{
fonts: [
{
family: "Inter"
category: "monospace"
weights: [
700
800
900
]
variable: true
}
{
family: "Source Sans Pro"
category: "serif"
weights: [
100
300
400
500
900
]
variable: false
}
{
family: "Roboto"
category: "sans-serif"
weights: [
400
500
600
700
]
variable: true
}
{
family: "Berkeley Mono"
category: "display"
weights: [
300
800
]
variable: false
}
]
}