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(1y ago)0774↓66.7%[1 issues](https://github.com/mauriciodulce/statamic-adobe-fonts/issues)[4 PRs](https://github.com/mauriciodulce/statamic-adobe-fonts/pulls)MITPHPPHP ^8.1

Since Dec 24Pushed 3mo 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 today

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

40

—

FairBetter than 86% of packages

Maintenance66

Regular maintenance activity

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

388d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/382867?v=4)[dulce](/maintainers/dulce)[@DULCE](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[illuminate/pagination

The Illuminate Pagination package.

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

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)

PHPackages © 2026

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