pretix-fontpack for tickets.stadtteil-zentrum-nordstadt.de
Find a file
2025-11-14 20:32:25 +01:00
pretix_fontpackfree added woff and truetype for irina font 2025-11-14 20:32:25 +01:00
.gitignore Remove trnaslation things 2018-09-11 17:13:49 +02:00
.gitlab-ci.yml Update GitLab CI pipeline 2024-05-31 16:21:09 +02:00
LICENSE Initial commit 2017-05-09 00:25:18 +02:00
Makefile Do not make anything at the moment 2018-11-13 12:02:24 +01:00
MANIFEST.in Fix build; Bump to 1.10.2 2023-07-03 17:04:37 +02:00
pretixplugin.toml Add CI config 2023-04-28 15:18:07 +02:00
pyproject.toml Docs: Improve description of the plugin's scope (#4) 2023-11-22 10:11:43 +01:00
pytest.ini Initial commit 2017-05-09 00:25:18 +02:00
README.rst adjusted metadata 2025-11-13 20:36:23 +01:00
setup.cfg Fix build; Bump to 1.10.2 2023-07-03 17:04:37 +02:00
setup.py Run black 2024-05-31 16:21:15 +02:00

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