You are here

public function FontDisplayInterface::setFallback in @font-your-face 8.3

Sets the Font fallback fonts.

Parameters

string $fallback: The fallback fonts.

Return value

\Drupal\fontyourface\FontDisplayInterface The called Font Style entity.

1 method overrides FontDisplayInterface::setFallback()
FontDisplay::setFallback in src/Entity/FontDisplay.php
Sets the Font fallback fonts.

File

src/FontDisplayInterface.php, line 56

Class

FontDisplayInterface
Provides an interface for defining Font display entities.

Namespace

Drupal\fontyourface

Code

public function setFallback($fallback);