Skip to content

Typeface Value

typography value

type: typeface-value

A decision to define a typeface.

Models

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

Explicit value

Defines a typeface value explicitly.
Sample decision
Typeface Value Explicit Sample
The quick brown fox jumps over the lazy dog
Archivo
Variable
2 Axis

Model:

typeface-value/explicit

Params:

  • value

    • fontName

      Archivo

    • capabilities

      • 0

        variable

    • ranges

      • 0

        • tag

          wght

        • min

          100

        • max

          900

      • 1

        • tag

          ital

        • min

          0

        • max

          1

Sample data
{
"uuid": "3a0eaa493037a0d6ae2bd84667a3cc46",
"name": "Typeface Value Explicit Sample",
"model": "typeface-value/explicit",
"params": {
"value": {
"fontName": "Archivo",
"capabilities": [
"variable"
],
"ranges": [
{
"tag": "wght",
"min": 100,
"max": 900
},
{
"tag": "ital",
"min": 0,
"max": 1
}
]
}
}
}
🐘 Help wanted: Documenting schemas