I recently created a .ttf font file, but unfortunately only included capital characters. Is there a tool or simple method I could use to automatically create lowercase versions of each letter?
For instance, when typing "hello" the font should display as "HELLO".
If an automatic solution isn't feasible, is there a way to achieve this using HTML/CSS?