You are here

public static function FontInterface::loadActivatedFonts in @font-your-face 8.3

Returns list of enabled fonts.

Return value

array Array of fonts.

1 method overrides FontInterface::loadActivatedFonts()
Font::loadActivatedFonts in src/Entity/Font.php
Returns list of enabled fonts.

File

src/FontInterface.php, line 129

Class

FontInterface
Provides an interface for defining Font entities.

Namespace

Drupal\fontyourface

Code

public static function loadActivatedFonts();