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.4.1(3mo ago)659.6k↓20.7%63MITPHPPHP ^8.2

Since Jan 22Pushed 1mo 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 1mo ago

READMEChangelogDependencies (4)Versions (625)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

59

—

FairBetter than 99% of packages

Maintenance86

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community16

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

624

Last Release

109d ago

Major Versions

v3.3.5 → v4.0.0-beta122025-04-23

3.x-dev → v4.1.12025-08-15

v4.2.3 → v5.0.0-beta12025-08-15

v4.4.0 → v5.1.02025-11-28

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

v3.0.0-alpha92PHP ^8.1

v4.0.0-beta12PHP ^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 (28 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

[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[stechstudio/filament-opcache

Manage OPcache from your Filament admin panel.

1129.0k](/packages/stechstudio-filament-opcache)

PHPackages © 2026

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