Skip to content

Font Family Value

typography value

type: font-family-value

A decision to define a font-family attribute.

Models

The following models can be used to produce a Font Family Value decision.

Explicit value

Defines a font-family attribute explicitly.
Sample decision
Font Family Explicit Sample
The quick brown fox jumps over the lazy dog
Archivo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif

Model:

font-family-value/explicit

Params:

  • value

    Archivo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif

Sample data
{
"uuid": "57f49586d3849342195268af13abeeb6",
"name": "Font Family Explicit Sample",
"model": "font-family-value/explicit",
"params": {
"value": "Archivo, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif"
}
}
🐘 Help wanted: Documenting schemas