Metadata-Version: 2.5
Name: fontpkg-fira-code
Version: 5.2.post1
Summary: Fira Code font family, packaged for Python by fontpkg
License-Expression: OFL-1.1
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Fonts
Requires-Python: >=3.10
Requires-Dist: fontpkg>=0.1.0
Description-Content-Type: text/markdown

# fontpkg-fira-code

The **Fira Code** font family, packaged for Python by [fontpkg](https://pypi.org/project/fontpkg/).
Font binaries are redistributed unmodified under the `OFL-1.1` license (see `LICENSE`).

> Copyright 2014-2020 The Fira Code Project Authors (https://github.com/tonsky/FiraCode)

Upstream: [https://github.com/google/fonts](https://github.com/google/fonts) at `ofl/firacode` (commit `5020a98352f1`).

```python
import fontpkg

path = fontpkg.path("Fira Code")
```
