Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential weird visual behavior with # symbol #205

Closed
joshblack opened this issue Sep 24, 2018 · 5 comments
Closed

Potential weird visual behavior with # symbol #205

joshblack opened this issue Sep 24, 2018 · 5 comments

Comments

@joshblack
Copy link
Contributor

Hi all! Just wanted to leave a quick note around using # with Plex Mono. Was using it as the font in my editor and noticed a pattern when using multiple # symbols.

With a traditional mono font, multiple # symbols could look like:

screen shot 2018-09-24 at 1 42 24 pm

However, with Plex Mono it would look like:

screen shot 2018-09-24 at 1 42 43 pm

This 100% could be intended, however just wanted to bring it up since personally it can cause issues when identifying the # symbol itself.

@inferno986return
Copy link

They all seem to render correctly to me. Are you referring to the fact that in IBM Plex Mono's design the hash (#) symbol's horizontal bars don't pass through the two vertical stems?

In that case, leaving more whitespace seems to be a core part of the design as the ampersand (&) and Euro (€) symbols share this approach too.

I'm curious about it too, but then again IBM Plex is designed to be distinctive after all.

@joshblack
Copy link
Contributor Author

@inferno986return agreed that they all render correctly! And I think your point in:

Are you referring to the fact that in IBM Plex Mono's design the hash (#) symbol's horizontal bars don't pass through the two vertical stems?

Is definitely what I'm curious about.

@inferno986return
Copy link

I took the liberty of opening up Inkscape and doing a mini-sample. It's definitely a unique trait of IBM Plex Mono. What is also interesting is how the forward slash (/) used on the fractions and percentage is broken up too.

ibm-plex-symbols

@mjabbink
Copy link
Contributor

mjabbink commented Oct 8, 2021

@joshblack Is it common to have that many # in a row? The designs very intentional but certainly did not take into account having over repeated one after another. It is a unique glyph within Mono but we can certainly have an alternative in a future release.

@robb
Copy link

robb commented Jan 20, 2022

FWIW, it is a common syntax in Markdown to indicate the level of a heading

# Level 1 Heading
## Level 2 Heading
### Level 3 Heading
#### Level 4 Heading
##### Level 5 Heading

While alternative syntax exists for heading levels 1 & 2, this is the only available syntax for 3 and above.

I think it would be great if Mono could detect these sequences and offer maybe a smaller # glyph with connected horizontal bars? The current solution of a large glyphs with a gapped bar makes it hard to count the number of #s at a glance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants