-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Default font doesn't include less popular letters #385
Comments
Hi @jpalczewski, thanks for bringing this to my attention! I agree that it is important to allow users to use their own language in descriptions (and tags). It could well be that the current fonts (Ubuntu and Ubuntu narrow) are less suited for this. I don't understand Polish and these characters don't look familiar to me, so it's a bit hard to tell what's wrong. From what I can see, it looks like all characters are covered, but some lowercase letters are shown in uppercase, or lifted above the baseline, making the text look very "jumpy". Is this what you mean, or is there something else I should pay attention to? |
Note to self: Also need a ttf font + baked js file for jspdf ... and if we want to really have superb font support don't forget CJK ... |
Win11 and Firefox, there is one unrelated thing that might increase jumpiness - I'm working in dual-screen environment and Windows enforces UI-scaling - black one is 125% and normal is 100%(both suggested by Windows): Inspired by your feedback, I did a little research on 23.7.1 I saw that FF sees that in CSS I had a thought that maybe something is bad with my environment, so I found an official site when it looks normal on 100% scaled screen. What's the difference? They are using "Ubuntu variable" On the other side, that font family looks like times new roman in jsfiddle: Few mins ago I had a thought "don't dig further, you will debug fonts soon". Yep, there's a tool for it in firefox. And FF in my case uses glyphs from Verdana: Ubuntu regular from google site works nice too. I have downloaded woff from linked and put it on fontdrop.info, and that's the culprit: Hope that helps! |
From what I can see, text on the black (125%) screen is rendered correctly, but on the light screen (100%) it is not, am I right? This might be related to how the font is scaled - Windows aligns characters to pixels to make them more crisp.
That could be because the font is not installed on your system. Websites often ship the fonts (TimeTagger does too).
That's odd. I would expect Ubuntu, Ubuntu Condensed, FontAwesome, and maybe one system font like Verdana. I will double-check on a Windows machine.
Sorry, what do you mean here? |
Hi,
As polish native speaker I usually use polish in tags - however, there's a problem with subset of letter that messes up things visually(as you can see in the picture)
There is the phrase for testing and copy-pasting: Zażółć gęślą jaźń
I am aware of problem that comes up with internationalization, and possible fix is relatively simple as choosing another font(maybe as an option for non-english speakers).
Thanks for your product by the way. It helps me a lot to stay on track with tasks.
The text was updated successfully, but these errors were encountered: