frontend icon indicating copy to clipboard operation
frontend copied to clipboard

bug: font & language text sizing

Open SpectralCascade opened this issue 10 months ago • 0 comments

What happened?

Certain fonts (such as Open Dyslexic) are great but due to the difference in rendered size vs point size not all UI handles it properly. The same goes for different languages that typically have longer-than-English sentences/combinations of characters. For example, English (GB) language with Open Dyslexic does not fit into the buttons as the buttons grid does not stretch to fit content (see attached screenshot).

Image

Furthermore, you cannot set the font size in settings. This is an accessibility issue as I have to squint to read the text. Ideally this would be implemented as a percentage slider to affect all fonts across the client rather than having to manually setup fonts for every HTML tag, though either is preferable to nothing.

SpectralCascade avatar Apr 02 '25 14:04 SpectralCascade