I'm using your fonts in LÖVE. In 11.5 it works fine, but in 12.0 they updated something related to kerning. With your fonts I often encounter letters colliding. Most likely this is a LÖVE issue, but maybe you can help me figure out where the problem is, so that I can report it to the devs.
For example, in the font small scarab, I get these colliding letters at size 16:

So, two questions:
- The base font size for all fonts is 16, right? Because on size 32 it does render properly.
- Is there anything in the kerning data of these characters that could cause these collisions? Note that 'em' is fine, but 'eem' causes a collide.