Example 9854
Font Stack
Typography font family definitions.
{
fonts: [
{
family: "Space Grotesk"
category: "serif"
weights: [
300
500
700
800
]
variable: false
}
{
family: "Fira Code"
category: "monospace"
weights: [
200
500
600
900
]
variable: true
}
{
family: "Berkeley Mono"
category: "sans-serif"
weights: [
300
400
800
]
variable: true
}
]
}