Improvements
- typing test: limit line length to 70 characters (1b5bb7028)
After some loud (and quick) feedback, max line width is now limited. (based on https://baymard.com/blog/line-length-readability)
Fixes
- word generation: plus n funboxes causing custom tests to go over the limit (42aa055eb)
- custom text: limit sometimes being set incorrectly in simple mode (99cc7042e)
Nerd stuff
These changes will not be visible to users, but are included for completeness and to credit contributors.
- style: bump up default font size a little bit (0a5e7325e)