Example 7247
Font Stack
Typography font family definitions.
{
fonts: [
{
family: "Berkeley Mono"
category: "display"
weights: [
300
400
500
600
]
variable: false
}
{
family: "Fira Code"
category: "display"
weights: [
500
800
]
variable: true
}
{
family: "Noto Sans"
category: "monospace"
weights: [
100
300
400
500
700
]
variable: false
}
]
}