S0yKaf / short.maro.xyz

Url Shortner for maro.xyz
http://s.maro.xyz
GNU General Public License v3.0
4 stars 0 forks source link

I and l are too similar #2

Open alxgnon opened 7 years ago

alxgnon commented 7 years ago

when typing urls, I and l are easy to mix up. Consider using a different font or blacklisting certain characters

S0yKaf commented 7 years ago

You're welcome to suggest better fonts that won' affect the aesthetic of the site.

alxgnon commented 7 years ago

How about monospace in the url input field? Static example

CSS

input#url {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
alxgnon commented 7 years ago

:ping_pong: