Example 15154

Font Stack

Typography font family definitions.

{
fonts: [
{
family: "Fira Code"
category: "sans-serif"
weights: [
300
400
]
variable: false
}

{
family: "Berkeley Mono"
category: "display"
weights: [
200
500
600
800
900
]
variable: false
}

{
family: "IBM Plex Sans"
category: "monospace"
weights: [
100
200
300
600
900
]
variable: true
}

{
family: "Roboto"
category: "monospace"
weights: [
300
400
600
700
800
]
variable: false
}

{
family: "IBM Plex Sans"
category: "monospace"
weights: [
300
500
800
]
variable: true
}

{
family: "Berkeley Mono"
category: "serif"
weights: [
100
200
600
]
variable: true
}
]
}

See also