You are here

public function FontDisplay::getFallback in @font-your-face 8.3

Gets the Font fallback fonts.

Return value

string Font URL.

Overrides FontDisplayInterface::getFallback

File

src/Entity/FontDisplay.php, line 139

Class

FontDisplay
Defines the Font display entity.

Namespace

Drupal\fontyourface\Entity

Code

public function getFallback() {
  return $this
    ->get('fallback');
}