I made a typeface, it's called Flexflex πŸ” 

I've been working on this project on-and-off for many months. Very happy to finally release it!

Flexflex is a typeface that responds to spatial requirements rather than imposing them. Built on a modular system, each letter can fit inside any given rectangular container and transforms continuously if its ratio changes. In theory, it's infinitely flexible.

For more information and interactive demos, see the website: https://ronikaufman.github.io/flexflex

@ronikaufman this is really cool and clever! Well done and thanks for sharing. I also really liked the sliders on the page showing in real time the way the font changes.
I'm not very fluent with JavaScript and examining the page to learn how to implement, I had a couple of questions. What's the suggested pattern for usage so it can fallback on plain HTML if JavaScript is disabled? Also, should it have an ARIA attribute for accessibility or would using it with HTML fallback be the preferred route for accessibility?
@shom Thank you! I'm not sure, I'm not an expert on accessibility, but I will look into it and improve the website. Thanks for the heads-up!