PHPackages                             dulce/statamic-adobe-fonts - 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. dulce/statamic-adobe-fonts

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

dulce/statamic-adobe-fonts
==========================

Manage self-hosted Adobe Typekit Fonts in Statamic

v1.2.0(11mo ago)0753↓50%[4 PRs](https://github.com/mauriciodulce/statamic-adobe-fonts/pulls)MITPHPPHP ^8.1

Since Dec 24Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/mauriciodulce/statamic-adobe-fonts)[ Packagist](https://packagist.org/packages/dulce/statamic-adobe-fonts)[ RSS](/packages/dulce-statamic-adobe-fonts/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (12)Used By (0)

Statamic Adobe Fonts
====================

[](#statamic-adobe-fonts)

[![Statamic 5.0+](https://camo.githubusercontent.com/1493e0d010dc67f6682a1bf253c04498351ea74434eaccba4244c7641c4d25ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d352e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/1493e0d010dc67f6682a1bf253c04498351ea74434eaccba4244c7641c4d25ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d352e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)[![Statamic Google Fonts on Packagist](https://camo.githubusercontent.com/9b6a7c1c8c59f0390b57f7584b2a2782cbb61b64fe36ae94bb3c310483fe6c76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64756c63652f73746174616d69632d61646f62652d666f6e74733f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/dulce/statamic-adobe-fonts/stats)

Statamic Adobe Fonts is a Statamic addon that makes self-hosting Adobe Typekit Fonts as frictionless as possible for Statamic users.

Features
--------

[](#features)

This addon provides:

- Self-hosting of Adobe Typekit Fonts on your own server.
- Ability to customize which Adobe Typekit Fonts are hosted.

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

[](#installation)

You can install this addon from the `Tools > Addons` section of the Statamic control panel by searching for "Adobe Fonts" and clicking **install**. Alternatively, you can run the following command from your project root:

```
composer require dulce/statamic-adobe-fonts
```

After the package is installed, you can publish the configuration file with:

```
php artisan vendor:publish --provider="Dulce\StatamicAdobeFonts\ServiceProvider"
```

This will create a `statamic-adobe-fonts.php` config file in your `config` directory.

Configuration
-------------

[](#configuration)

To load fonts in your application, register an Adobe Typekit Fonts embed URL in the `statamic-adobe-fonts.php` config file:

```
// config/adobe.typekit.php

return [
    'fonts' => [
        'default' => 'https://use.typekit.net/[project-id].css',
    ],
];
```

Replace `[project-id]` with your actual project ID from Adobe Typekit.

Usage
-----

[](#usage)

Once the addon is installed, you can configure which Adobe Fonts you want to use by editing the `statamic-adobe-fonts.php` config file in your `config` directory.

In your Antlers templates, you can use the provided Antlers tag to include the necessary CSS for the Adobe Fonts:

```
 {{ typekit }}
```

This tag will output the necessary CSS link to include the Adobe Fonts in your website.

To use an Adobe Font in your website, simply use the font's name in your CSS. For example:

```
body {
    font-family: 'Adobe Caslon Pro', serif;
}
```

Please refer to the Adobe Fonts documentation for a complete list of available fonts and their corresponding CSS classes.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance71

Regular maintenance activity

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~267 days

Total

3

Last Release

342d ago

### Community

Maintainers

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

---

Top Contributors

[![mauriciodulce](https://avatars.githubusercontent.com/u/3843517?v=4)](https://github.com/mauriciodulce "mauriciodulce (10 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (3 commits)")

### Embed Badge

![Health badge](/badges/dulce-statamic-adobe-fonts/health.svg)

```
[![Health](https://phpackages.com/badges/dulce-statamic-adobe-fonts/health.svg)](https://phpackages.com/packages/dulce-statamic-adobe-fonts)
```

###  Alternatives

[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[tonysm/importmap-laravel

Use ESM with importmap to manage modern JavaScript in Laravel without transpiling or bundling.

148399.8k1](/packages/tonysm-importmap-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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