ubuntu / archive_yaru.dart

Ubuntu Yaru Flutter Theme
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
334 stars 40 forks source link

Character spacing for font styles? #367

Closed elioqoshi closed 1 year ago

elioqoshi commented 1 year ago

I wondered why many of the font styles do have character spacing. With the new variable font, that makes fonts look less readable. I.e here is body medium text with 0.4pt character spacing (the radio button description)

image

Would we be able to try removing the character spacing tweaks and compare the results?

https://github.com/ubuntu/yaru.dart/edit/main/lib/src/text/text_theme.dart

Feichtmeier commented 1 year ago

The text theme was a "foreign" contribution a long time ago. For some reason I never touched it since then really :smile_cat:

Sure I can make it next week or JP if he is faster

Feichtmeier commented 1 year ago

@elioqoshi

Current Without spacing
grafik grafik

I is so weird but I can hardly see any difference in this table view :older_man: :eyeglasses:

So I made this video:

Bildschirmaufzeichnung vom 2023-07-28, 12-11-26.webm

And sorry for the late reply

elioqoshi commented 1 year ago

I think we need to get rid of character spacing. Material M3 has that because it's tailored for Roboto. It doesn't look good with Ubuntu.

Feichtmeier commented 1 year ago

I think we need to get rid of character spacing. Material M3 has that because it's tailored for Roboto. It doesn't look good with Ubuntu.

ok will do!