TypographyTest::$properties

The typography's properties.

Type: array|string[]

File

core/tests/Drupal/Tests/Core/Theme/DesignToken/Plugin/TypographyTest.php, line 39

Class

TypographyTest
Tests typography value plugin.

Namespace

Drupal\Tests\Core\Theme\DesignToken\Plugin

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.