-
Notifications
You must be signed in to change notification settings - Fork 163
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
dual datetime@rcalixte: Feature suggestion: Add font weight #1285
dual datetime@rcalixte: Feature suggestion: Add font weight #1285
Conversation
Isn't this an upstream problem?
What do you mean here?
Initially very mixed. I'll take a deeper look later. |
Variable fonts have been designed to reduce disk usage and clutter by not having 30 different font files for 1 font. They are intended to be modified through font-weight and similar css-styles, so this is not really a problem, but intended behaviour.
This is a bit of a repeated point, my bad. Essentially what is meant with this is that font-weight maps static fonts to the font-weight range and picks the font with the value closest to the chosen weight. |
I tested it and it works fine. It's also implemented in a way that is maintainable. One note, when working with the translation files, you can use the |
Great to hear!
Ah, thank you for the tip, I'll do it that way in the future. |
I would like to suggest adding an font weight option to the desklet. I know this is already partially handled as mentioned by you, @rcalixte:
However I don't think this is a satisfactory solution and here are a few reasons for it:
Please let me know your thoughts on this.