Typography::$properties

The typography's properties.

Type: array|string[]

File

core/lib/Drupal/Core/Theme/Plugin/DesignTokenValue/Typography.php, line 27

Class

Typography
Typography design token value.

Namespace

Drupal\Core\Theme\Plugin\DesignTokenValue

Code

protected array $properties = [
  'fontFamily' => 'fontFamily',
  'fontSize' => 'dimension',
  'fontWeight' => 'fontWeight',
  'letterSpacing' => 'dimension',
  'lineHeight' => 'number',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.