font-families
Kirby collection
Returns a flat Kirby\Cms\Pages collection with all pages using the font-family blueprint.
Usage
This collection is registered as fountain.font-families and can be accessed via:
$kirby->collection('fountain.font-families');
// or in templates:
collection('fountain.font-families');
Source: /collections/font-families.php