public function FontDisplayInterface::setSelectors in @font-your-face 8.3
Sets the Font selectors.
Parameters
string $selectors: The Font selectors.
Return value
\Drupal\fontyourface\FontDisplayInterface The called Font Style entity.
1 method overrides FontDisplayInterface::setSelectors()
- FontDisplay::setSelectors in src/
Entity/ FontDisplay.php - Sets the Font selectors.
File
- src/
FontDisplayInterface.php, line 75
Class
- FontDisplayInterface
- Provides an interface for defining Font display entities.
Namespace
Drupal\fontyourfaceCode
public function setSelectors($selectors);