You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
While we're able to select any font face from the font selector, the font-weight and italic-state are ignored. Probably makes more sense to just show available font-families and let italic and bold switches impact font-weight and italic-state (as already happens now).
The problem in doing that is we lose fine control in font-weight. To solve that, it would be better to change the bold selector to a dropdown, where we can choose any font-weight provided by the font-family.
To Reproduce
Switch to the Text Tool
Create text
Select any font
Additional Info
In the video, we can see that selecting "Ubuntu Condensed" font faces, Pinta ignores the font weight and italic state, even if it implies those are supported.
Screencast.from.01-02-2026.20.16.44.webm
Version
Latest git
Tasks
Allow selection of any font-weight
Only show font-weights supported by the font-family in the dropdown
Sync font-face selection with font-weight and italic state
Change font-face selector to font-family and allow selection of custom variant on another dropdown (excluding font-weight and italic variations)
Description
While we're able to select any font face from the font selector, the font-weight and italic-state are ignored. Probably makes more sense to just show available font-families and let italic and bold switches impact font-weight and italic-state (as already happens now).
The problem in doing that is we lose fine control in font-weight. To solve that, it would be better to change the bold selector to a dropdown, where we can choose any font-weight provided by the font-family.
To Reproduce
Additional Info
In the video, we can see that selecting "Ubuntu Condensed" font faces, Pinta ignores the font weight and italic state, even if it implies those are supported.
Screencast.from.01-02-2026.20.16.44.webm
Version
Latest git
Tasks