Metadata-Version: 2.5
Name: fontpkg-lato
Version: 2.15
Summary: Lato 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-lato

The **Lato** 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 (c) 2011-2015 by tyPoland Lukasz Dziedzic (http://www.typoland.com/) with Reserved Font Name "Lato". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). 

Upstream: [https://github.com/google/fonts](https://github.com/google/fonts) at `ofl/lato` (commit `5d3b76120a31`).

```python
import fontpkg

path = fontpkg.path("Lato")
```
