LemmyNet / jerboa

A native android app for Lemmy
GNU Affero General Public License v3.0
1.15k stars 167 forks source link

Rework fontsize, better defaults #1452

Closed MV-GH closed 3 months ago

MV-GH commented 3 months ago
Compose default in SP Jerboa default in Px Jerboa default in SP now
headlineLarge 32 16 22*
headlineMedium 28 13 16*
headlineSmall 24 9 14*
titleLarge 22 16 22
titleMedium 16 13 16
titleSmall 14 9 14
bodyLarge 16 16 16
bodyMedium 14 13 14
bodySmall 12 9 12
labelLarge 14 16 14
labelMedium 12 13 12
labelSmall 11 9 11
displayLarge 57 x x
displayMedium 45 x x
displaySmall 36 x x

I made it scale with the ratio of the bodyLarge, meaning that if you set font size to 14 bodyLarge becomes 14. And the other styles resize at the same ratio (14/16 = 87.5% size)

Fixes #1403

I am not done yet. But I recommend checking out if you see anything standing out. I made it so that most fields stay the same.

MV-GH commented 3 months ago

Somethings I don't get

How it looked the old way:

image

this is twice titleMedium somehow new has more weight??

but using the new system

titleMedium is bigger but (even when only 14 vs original 13) Both have the same font weight

image

MV-GH commented 3 months ago

Made it look like this

image

The documented changes are:

Everything else should be the exact same as before

Opinions?