PHPackages                             filament/spatie-laravel-google-fonts-plugin - 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. [Admin Panels](/categories/admin)
4. /
5. filament/spatie-laravel-google-fonts-plugin

ActiveLibrary[Admin Panels](/categories/admin)

filament/spatie-laravel-google-fonts-plugin
===========================================

Filament support for `spatie/laravel-google-fonts`.

v5.6.7(1mo ago)670.4k↓21%63MITPHPPHP ^8.2

Since Jan 22Pushed 3w ago2 watchersCompare

[ Source](https://github.com/filamentphp/spatie-laravel-google-fonts-plugin)[ Packagist](https://packagist.org/packages/filament/spatie-laravel-google-fonts-plugin)[ Docs](https://github.com/filamentphp/filament)[ RSS](/packages/filament-spatie-laravel-google-fonts-plugin/feed)WikiDiscussions 5.x Synced 3d ago

READMEChangelogDependencies (12)Versions (662)Used By (3)

Filament Spatie Google Fonts Plugin
===================================

[](#filament-spatie-google-fonts-plugin)

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

[](#installation)

Install the plugin with Composer:

```
composer require filament/spatie-laravel-google-fonts-plugin:"^5.0" -W
```

Please [follow Spatie's documentation about how to set up their package](https://github.com/spatie/laravel-google-fonts) first.

Using the font provider
-----------------------

[](#using-the-font-provider)

In your [Panel Builder configuration](https://filamentphp.com/docs/panel-configuration), you can use the `font()` method, passing a `provider`:

```
use Filament\FontProviders\SpatieGoogleFontProvider;
use Filament\Panel;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->font('Inter', provider: SpatieGoogleFontProvider::class);
}
```

Now, if Spatie's package is set up to fetch and cache the `Inter` font correctly, Filament will use that source in the panel, without using any CDNs. Internally, the `SpatieGoogleFontProvider` class uses the `@googlefonts` directive from Spatie's package.

###  Health Score

61

—

FairBetter than 98% of packages

Maintenance93

Actively maintained with recent releases

Popularity39

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity78

Established project with proven stability

 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

Every ~2 days

Total

661

Last Release

23d ago

Major Versions

v3.3.4 → v4.0.0-beta202025-04-23

v3.3.53 → v5.0.0-beta42025-08-15

v4.1.0 → v5.0.0-beta32025-08-15

v4.8.2 → v5.0.0-beta52025-11-28

PHP version history (3 changes)v3.0.0-alpha6PHP ^8.0

v3.0.0-alpha92PHP ^8.1

v4.0.0-beta20PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5513b5defa6f680b8db229a305abf62d4e70f3e943b0da57dd5b303095c50c6?d=identicon)[DanHarrin](/maintainers/DanHarrin)

---

Top Contributors

[![danharrin](https://avatars.githubusercontent.com/u/41773797?v=4)](https://github.com/danharrin "danharrin (29 commits)")

### Embed Badge

![Health badge](/badges/filament-spatie-laravel-google-fonts-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/filament-spatie-laravel-google-fonts-plugin/health.svg)](https://phpackages.com/packages/filament-spatie-laravel-google-fonts-plugin)
```

###  Alternatives

[filament/spatie-laravel-settings-plugin

Filament support for `spatie/laravel-settings`.

1143.0M110](/packages/filament-spatie-laravel-settings-plugin)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2317.4k](/packages/mradder-filament-logger)[tapp/filament-lms

193.4k](/packages/tapp-filament-lms)

PHPackages © 2026

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