CSS-Tricks / coding-fonts

https://coding-fonts.css-tricks.com/
MIT License
460 stars 67 forks source link

Underscores #87

Closed manngo closed 3 years ago

manngo commented 3 years ago

I haven’t tried all of the fonts, but the fonts which most interested me have the normal width underscore. Originally, of course, this character was used to produce a single underline, while in coding, it’s used as a special character.

Source Code Pro is unusual in that it has a shorter underline character. This way it is easy to read the SQL pattern

LIKE 'a____'

and count the number of underscores without fiddling with the cursor.

Would it be possible to include a similar string with the other tricky characters?

chriscoyier commented 3 years ago

Sounds like a pretty great idea to me!

Lemme close this and add it to the issue where we're planning the updates to the "Characters" page.