I found the normal size display font too small and the larger size too big for my taste. Using ADB I was able to set the font scaling to a more desirable level for me. I used the following command.
By default the numerical value for normal size is 1.0 and the numerical value for the larger size is 1.15. I played around with numbers and 1.05 seems to be the best for me. To get the numerical value for your current font scaling you can use:
Code:
adb shell settings put system font_scale 1.05
Code:
adb shell settings get system font_scale