Is there another source outside monospace and courier where all letters occupy the same space? or if it does not exist is it possible to do this with javascript? for example, pick up any font and make all letters of it occupy the s...
I have a font that I need to put in the site (edosz.ttf), I was searching and I ended up with this code:
@font-face{
font-family: "edosz";
src: url('edosz.ttf');
}
But you can not! Could someone help me?