public function FontDisplay::getFont in @font-your-face 8.3
Gets the Font.
Return value
Overrides FontDisplayInterface::getFont
File
- src/
Entity/ FontDisplay.php, line 117
Class
- FontDisplay
- Defines the Font display entity.
Namespace
Drupal\fontyourface\EntityCode
public function getFont() {
return Font::loadByUrl($this
->getFontUrl());
}