-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add support for "Go Mono" font in the editor #8
Comments
I know about Go fonts, and tried using them, but apart from nice nostalgic feel, I find them much less legible than default system monospace fonts and Fira Code font. The status of this font is unclear: Go Playground doesn't use it (so people won't expect this font to be a default on Go Play Space), golang.org and godoc.org don't use it, the exp/shiny library this font was built for seems to be stalled. Is anyone using it at all? Are these anyhow adopted by Go community? |
Personally I like the Go fonts and use them myself, but you raise a good question. I don't know how well they're gaining traction either. |
You can play around with the server locally with changing just one line of code to have "Go Mono" instead of "Fira Code". I'll be happy to add the support for it if there's a broader demand. |
I've adopted Go Mono in my IDE and terminal. It is a great font for readability/legibility after you get past the initial hurdle of using serifed fonts. It's just unfamiliar compared to any other offering for coding fonts IMO. |
Do you use it on a retina display by any chance? I've found that it doesn't look as clean on a non-retina display (strokes seem to have uneven width). |
Actually I do, and that's a very good question that I'd not considered... I have non-retina monitors hooked up, but very rarely use them for development purposes. |
I've been happy with inconsolata in my terminal for many years and don't actively seek to improve it. Maybe I'm missing out! A font selection would be a nice way to try new ones without committing for all terminal work. FWIW I find goplayspace's default font much more readable than playground's, my browser on playground indicates |
I love the features of the Go playspace. Nice work! Shouldn't it default to the Go fonts, though:
https://blog.golang.org/go-fonts
The text was updated successfully, but these errors were encountered: