PHPackages                             ouun/kirki-module-fonts\_upload - 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. [Framework](/categories/framework)
4. /
5. ouun/kirki-module-fonts\_upload

ActiveLibrary[Framework](/categories/framework)

ouun/kirki-module-fonts\_upload
===============================

Easy custom fonts upload and CSS injection with Kirki WordPress plugin.

v1.0.1(6y ago)073.9k↑275%1MITPHPPHP &gt;=5.6

Since Jan 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ouun/kirki-module-fonts_upload)[ Packagist](https://packagist.org/packages/ouun/kirki-module-fonts_upload)[ RSS](/packages/ouun-kirki-module-fonts-upload/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (1)

Kirki Font Uploads
==================

[](#kirki-font-uploads)

This module allows uploading fonts (.woff, .woff2) via the regular WP Media Upload. Simply upload the font and it will be available in Typography Fields as Standard Font. Additionally the `@font-face` CSS is added to Kirki CSS Module output.

Requirements
------------

[](#requirements)

- Kirki Framework &gt;=4.0
- WordPress &gt;= 4.6

Font Formats
------------

[](#font-formats)

By default the upload of `.woff` and `.woff2` file is supported. You can use a filter to add other font mimes:

```
add_filter( 'kirki_upload_fonts_allowed_mimes', function( $mimes ) {
    return array_merge( $mimes, array(
        'ttf' => 'application/font-ttf'
    ) );
});

```

Additional Resources
--------------------

[](#additional-resources)

You can add additional fonts (e.g. from your theme folder) by using the filter `kirki_upload_fonts_available`:

```
add_filter( 'kirki_upload_fonts_available', function( $fonts ) {
    return array_merge( $fonts, array(
        'my_font_name' => array(
            'name' => 'My Font Name,
            'type' => 'woff',
            'url'  => 'http://example.com/my_font.woff',
        }
    ) );
});

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~95 days

Total

2

Last Release

2226d ago

### Community

Maintainers

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

---

Top Contributors

[![ouun](https://avatars.githubusercontent.com/u/32090713?v=4)](https://github.com/ouun "ouun (6 commits)")

---

Tags

frameworkwordpresscustomizer

### Embed Badge

![Health badge](/badges/ouun-kirki-module-fonts-upload/health.svg)

```
[![Health](https://phpackages.com/badges/ouun-kirki-module-fonts-upload/health.svg)](https://phpackages.com/packages/ouun-kirki-module-fonts-upload)
```

PHPackages © 2026

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