-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Liberation font family to Arcade #2477
Conversation
I think this PR is fine, but I do like the idea of Liberation Sans being the default font. |
The resources listing is (once again) broken because it assumes a lot about how Arcade is built. I don't have time to fix this tonight and might not in the next few days. |
fe2c7ff
to
8a88b65
Compare
I've rebased this and I'm looking at an acceptable short-term fix to get 3.0 moving. |
* Add Liberation font TTFs (Generic versions of Arial, Courier, and Times) * Add OFL license in new folder * Add load function modeled after load_kenney_fonts
* Add Liberation font loading to text drawing examples * Add comments explaining usage of fonts * Fix typo (s/bumbled/bundled/)
* Add initial graphic courtesy of @DigiDuncan * Add SIL Open Font License to links.rst * Add basic inset for the Liberation fonts * Add printing for the Liberation font info + SIL link
8a88b65
to
b7e775a
Compare
I would be fine with merging it, looks good to me and as far as I understood it, we can go with the pre-generated image for the fonts, that is fine for now. |
TL;DR: Add Liberation font files per #1011 and #1135 per call with Digi and Eruvanos
Changes
Questions