pretix-fontpack for tickets.stadtteil-zentrum-nordstadt.de
| pretix_fontpackfree | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| pretixplugin.toml | ||
| pyproject.toml | ||
| pytest.ini | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
Fontpack: Free fonts ==================== This is a plugin for `pretix`_ that adds free fonts to the ticket shop, PDF editor and PDF invoices. This fontpack is maintained by Stadtteilzentrum Nordstadt Bürgerschule (www.stadtteil-zentrum-nordstadt.de) and is based on the original `pretix-fontpack-free`_ plugin. Font list --------- * Roboto, Christian Robertson, Apache License 2.0 * Lato, Lukasz Dziedzic, SIL Open Font License * Montserrat, The Montserrat Project Authors, SIL Open Font SLicense * Fira Sans, Mozilla, SIL Open Font License * Noto Sans, Google, SIL Open Font License * Droid Serif, Google, Apache License 2.0 * Vollkorn, FRiTZe, SIL Open Font License * Oswald, Vermon Adams, SIL Open Font License * Titillium, Accademia di Belle Arti Urbino, SIL Open Font License * Space Mono, Colophon Foundry, SIL Open Font License * DejaVu Sans, Bitstream Vera Fonts Copyright, Arev Fonts Copyright, Public Domain, see https://dejavu-fonts.github.io/License.html * Baloo Bhaijaan, Ek Type (www.ektype.in), SIL Open Font License * Tajawal, Boutros International, SIL Open Font License * Poppins, Indian Type Foundry, SIL Open Font License * Almarai, Boutros Fonts, SIL Open Font License * Ubuntu, Canonical, Ubuntu Font License 1.0 * Inria Serif, The Inria Serif Project Authors (https://github.com/BlackFoundryCom/InriaFonts), SIL Open Font License Development setup ----------------- 1. Make sure that you have a working `pretix development setup`_. 2. Clone this repository, eg to ``local/pretix-fontpack-free``. 3. Activate the virtual environment you use for pretix development. 4. Execute ``pip install -e .`` within this directory to register this application with pretix's plugin registry. 5. Execute ``make`` within this directory to compile translations. 6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings. License ------- Copyright 2021 rami.io GmbH Copyright 2025 Stadtteilzentrum Nordstadt Bürgerschule Released under the terms of the Apache License 2.0 The individual fonts are licensed under their respective licenses as stated in the font list above. .. _pretix: https://github.com/pretix/pretix .. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html .. _pretix-fontpack-free: https://github.com/pretix/pretix-fontpack-free