PHPackages                             matgargano/gutenberg-font-family - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. matgargano/gutenberg-font-family

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

matgargano/gutenberg-font-family
================================

Gutenberg Font Family

0.0.1(4mo ago)027GPL-2.0-or-laterJavaScriptPHP &gt;=7.4

Since Jan 3Pushed 4mo agoCompare

[ Source](https://github.com/matgargano/gutenberg-font-family)[ Packagist](https://packagist.org/packages/matgargano/gutenberg-font-family)[ RSS](/packages/matgargano-gutenberg-font-family/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Gutenberg Font Family
=====================

[](#gutenberg-font-family)

A WordPress plugin that adds a Font Family dropdown to Gutenberg blocks.

Description
-----------

[](#description)

This plugin adds a toolbar dropdown to select font families on supported Gutenberg blocks. When selected, a CSS class is applied to the block for styling.

### Supported Blocks

[](#supported-blocks)

- Paragraph
- Heading
- List
- Quote
- Pullquote

Installation
------------

[](#installation)

1. Upload the `gutenberg-font-family` folder to `/wp-content/plugins/`
2. Activate the plugin through the WordPress admin
3. Edit any page/post and select a supported block to see the Font dropdown in the toolbar

Usage
-----

[](#usage)

1. Edit a page or post in Gutenberg
2. Select a paragraph, heading, list, quote, or pullquote block
3. Click the "Font" dropdown in the block toolbar
4. Select a font family option

Customization
-------------

[](#customization)

Filter the available font options using the `gutenberg_font_family_options` filter:

```
add_filter('gutenberg_font_family_options', function ($options) {
    return array(
        'font-heading' => 'Heading',
        'font-body'    => 'Body',
        'font-custom'  => 'Custom Font',
    );
});
```

The array keys are CSS class names applied to the block, and values are the labels shown in the dropdown.

Version
-------

[](#version)

0.0.1

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance76

Regular maintenance activity

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

129d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ea4dbfa6b7bd0032e3a5530651b21fb605da3461e597bcf7877c75d0cf7a31d?d=identicon)[mgargano](/maintainers/mgargano)

---

Top Contributors

[![matgargano](https://avatars.githubusercontent.com/u/197298?v=4)](https://github.com/matgargano "matgargano (1 commits)")

### Embed Badge

![Health badge](/badges/matgargano-gutenberg-font-family/health.svg)

```
[![Health](https://phpackages.com/badges/matgargano-gutenberg-font-family/health.svg)](https://phpackages.com/packages/matgargano-gutenberg-font-family)
```

###  Alternatives

[jajuma/awesomehyva

This Magento 2 extension allows using Font Awesome 5 icons with Hyvä Themes

1349.1k](/packages/jajuma-awesomehyva)[lav45/yii2-settings

This extension helps you to easily store and retrieve data for your application.

1615.0k2](/packages/lav45-yii2-settings)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
