You are here

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

Sets the Font URL.

Parameters

string $font_url: The Font URL.

Return value

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

1 method overrides FontDisplayInterface::setFontUrl()
FontDisplay::setFontUrl in src/Entity/FontDisplay.php
Sets the Font URL.

File

src/FontDisplayInterface.php, line 37

Class

FontDisplayInterface
Provides an interface for defining Font display entities.

Namespace

Drupal\fontyourface

Code

public function setFontUrl($font_url);