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

Add support for "Go Mono" font in the editor #8

Open
bhinners opened this issue Jun 8, 2017 · 7 comments
Open

Add support for "Go Mono" font in the editor #8

bhinners opened this issue Jun 8, 2017 · 7 comments

Comments

@bhinners
Copy link

bhinners commented Jun 8, 2017

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

@iafan
Copy link
Owner

iafan commented Jun 8, 2017

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?

@bhinners
Copy link
Author

bhinners commented Jun 8, 2017

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.

@iafan
Copy link
Owner

iafan commented Jun 8, 2017

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.

@iafan iafan changed the title Go Fonts Add support for "Go Mono" font in the editor Jun 8, 2017
@bbrks
Copy link
Contributor

bbrks commented Jun 8, 2017

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.

@iafan
Copy link
Owner

iafan commented Jun 8, 2017

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).

@bbrks
Copy link
Contributor

bbrks commented Jun 8, 2017

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.

@therealplato
Copy link

therealplato commented Sep 14, 2017

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 font-family: Menlo,monospace

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

No branches or pull requests

4 participants