-
Notifications
You must be signed in to change notification settings - Fork 53
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
Please make parenthesis more readable #25
Comments
Concur. What an excellent font, however B612Mono programming use is prohibited due to similarity of these characters: ;: '` ,. ({[ )}] O0The consequence of transposing any of these in software would be catastrophic. If you are able to infer the characters from context, their homogeneity might promote legibility and comfort of reading; however, the criticality to distinguish transposition of these characters, makes B612Mono impossible to use for technical composition. |
Yes.. I agree.. Such a wonderful font.. but it's very difficult to distinguish b/w the below characters |
I agree. I really like most of this font, but I guess I can't use it as my text editor font because it's impossible to tell the difference between parentheses and square brackets. |
for reasons I can only speculate, intel-one-mono is not available from fonts.google.com Proportional, B612 https://b612-font.com/ For programming, the "B612 Mono" font has problems, but this one is excellent... Monospace, Intel One Mono https://github.com/intel/intel-one-mono |
@georgalis thanks for the wonderful font, is there a way i can rename the font name to something like 1-InputMono ? Coz, i want to be in the start of font list.. Please let me know. Thanks |
I'm trying to do it in https://www.glyphrstudio.com/online/. But somehow, its changing the width of the glyphs to bigger size.. |
@anilkumar150886 just use latex then name it whatever you want |
hmm.. i'm sorry, i did not understand.. i wanted to change the ttf font name itself to 1-InputMono.. Will you be able to help me out ..? |
B612Mono-Regular-Tweaked.ttf from https://github.com/Firstyear/b612/tree/master/fonts/ttf now has fixed braces, period and others. It also has 0 with / by default as the numerical 0. Hope this helps! |
The parenthesis () are very similar to the square brackets. This is causing readability issues because () looks like []. Function calls look like array declaration.
The text was updated successfully, but these errors were encountered: