Font pack for Deckr project - Google Fonts bundle for JustMyType
Project description
Deckr Fonts
Font pack for Deckr project - Google Fonts bundle for JustMyType
Installation
pip install deckr-fonts
Usage
Discovery (registry):
from justmytype import FontRegistry
registry = FontRegistry()
font = registry.find_font(family="Inter", weight=400)
if font:
path = font.path # path to the font file
pil_font = font.load(size=24) # PIL ImageFont (requires Pillow)
Deterministic imports (pack-specific, version-pinned):
from deckr_fonts import font_assets
# Family names depend on this pack; e.g. font_assets.inter.regular
asset = font_assets.inter.regular
path = asset.path # path to the font file
pil_font = asset.load(size=24) # PIL ImageFont (requires Pillow)
Families
| Font | License | Full text |
|---|---|---|
| ofl/audiowide | OFL-1.1 | fonts/ofl/audiowide/OFL.txt |
| ofl/dmsans | OFL-1.1 | fonts/ofl/dmsans/OFL.txt |
| ofl/inter | OFL-1.1 | fonts/ofl/inter/OFL.txt |
| ofl/monofett | OFL-1.1 | fonts/ofl/monofett/OFL.txt |
| ofl/notocoloremoji | OFL-1.1 | fonts/ofl/notocoloremoji/OFL.txt |
| ofl/notoemoji | OFL-1.1 | fonts/ofl/notoemoji/OFL.txt |
| ofl/roboto | OFL-1.1 | fonts/ofl/roboto/OFL.txt |
| ofl/robotomono | OFL-1.1 | fonts/ofl/robotomono/OFL.txt |
| ofl/sixtyfourconvergence | OFL-1.1 | fonts/ofl/sixtyfourconvergence/OFL.txt |
Upstream
Source: https://github.com/google/fonts @ 388e257
Development
- Fetch:
pack-tools fetch <pack_dir>— downloads upstream fonts into cache. - Build:
pack-tools build <pack_dir>— copies fonts into the pack, generatespack_manifest.jsonand this README. - Dist:
pip install -e .or build the wheel from the pack directory.
README is generated during build from the same resolved license data as the manifest.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deckr_fonts-0.2.0rc1.tar.gz.
File metadata
- Download URL: deckr_fonts-0.2.0rc1.tar.gz
- Upload date:
- Size: 12.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3172a0c6b9ab502090072354708dcce5ad2be47f2c8464bd954dacffa022832
|
|
| MD5 |
cc77c3bdf94e9568a0ac2bf9e8383b8c
|
|
| BLAKE2b-256 |
20fd71ac73c9d953b405c7d61f14158eb3915b9bb9adb5fefc81aefefa098fad
|
File details
Details for the file deckr_fonts-0.2.0rc1-py3-none-any.whl.
File metadata
- Download URL: deckr_fonts-0.2.0rc1-py3-none-any.whl
- Upload date:
- Size: 12.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46ac9bb5adec11290ca470bf473268778463838b634d42840e4ab774ba330202
|
|
| MD5 |
b0938184b6d654d50ca95ee462ae4bf1
|
|
| BLAKE2b-256 |
aef91fbd7d8be6e6474cd598651d775e6b15db4f0b99d0f1559ccd73a81a014b
|