I like the Delta 4 font, but I'm having trouble with it. No matter what I do, I can't get it to scale down. There's about 35 columns and this is too big for mobile. I'll be doing an update in a day or two and will change the font unless you've got a solution for me.
Viewing post in NEWSFLASH : Added an 24 hours onto the JAM Submission deadline
I can certainly help with this, and document the scaling logic at the same time.
Certainly don't drop the font, I think it fits rather well.
First issue should be simple, the next issue will take a longer post:
Have you tried adjusting (underneath theme)
columns_mobile = ???
(higher number is smaller font, lower number is bigger font).
That's the simple way of scaling text on mobile (which has a high DPI screen). Desktop text scaling is more complex, because non integer scaling is not supported by default in adventuron, and if it were, the bitmap fonts would look a blurry mess (believe me, I tried).
There are ways around this, and I'll follow this up, but please try the above setting first, if it's not working, then something is definitely wrong.
Delta 10 is more like 7 (x() x10 (y) as it's a proportional font and I added 2 pixels of vertical height to it to make it look better on modern displays.
As far as the mobile columns value, start with 36 and work your way down. I recommend taking a screenshot of the current screen so you can remember the current text density when making a comparison for how it looks.
I sent you an email with how to resolve the desktop scaling.
Everyone else, once this is resolved, I'll update the documentation on scaling so the information is not lost.