mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Ability to change font #642
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tvaios on GitHub (Jan 28, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I love the app so far but for me it has a major drawback:
English/latin characters look great but Greek language characters do not show up correctly.
Is it possible to change the font, font-family in some way that Greek is supported?
Why is this needed?
Broad language support
Other information
No response
@meltyshev commented on GitHub (Jan 29, 2025):
Hi! I'd like to try fixing it, but I need a way to reproduce it somehow. Could you provide an example of what it looks like and some sample text for testing?
@tvaios commented on GitHub (Jan 29, 2025):
This is how it looks.
Mainly the character Σ shows up wrong and unaligned
You can check by inserting the Greek alphabet
ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ
@meltyshev commented on GitHub (Jan 29, 2025):
I'll try to exclude Greek characters from the font so that they are rendered with a local one instead. It's not ideal, but it might work for now.
@meltyshev commented on GitHub (Jan 29, 2025):
You can try updating to v1.24.4 to see if it's better now.
@tvaios commented on GitHub (Jan 29, 2025):
I confirm that it is fixed!
Thank you for the ultra-fast response!