PHPackages                             atalaytech/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. atalaytech/spatie-laravel-google-fonts-plugin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

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

v3.2.133(1y ago)09MITPHPPHP ^8.1

Since Jan 11Pushed 1y agoCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

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:"^3.2" -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/panels/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

26

—

LowBetter than 41% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92% 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 ~0 days

Total

2

Last Release

540d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/177934323?v=4)[Atalay Tech](/maintainers/atalaytech)[@atalaytech](https://github.com/atalaytech)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/events

The Illuminate Events package.

13557.0M2.1k](/packages/illuminate-events)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/session

The Illuminate Session package.

9939.3M850](/packages/illuminate-session)

PHPackages © 2026

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