Go fonts
71–80 of 182 posts
Re: Go fonts
#72This fonts are pretty cool. But I don't understand why they just used Roboto or Noto fonts.
Roboto appears to be licensed under Apache 2.0. Noto under SIL Open Font license. As these fonts are purportedly intended for testing purposes, presumably they will be included in the package. Adding additional licenses to the codebase complicates the usage. You might agree to the terms of the Go license, but not the Apache license, for instance. Since this new font is licensed under the Go license, there is only one…
Also, considering that Google owns Noto and has relicensed it in the recent past, it would probably be possible for them to ship it under the Go license too.
Re: Go fonts
#73Re: Go fonts
#74Yuck, the monospace font feels too dense, and dislike the serifs.
Re: Go fonts
#75I just got this set up on a Linux system and I think these fonts are absolutely fantastic. This is the only "programmer's font" I've tried that was ever any good.
Re: Go fonts
#76Yuck, the monospace font feels too dense, and dislike the serifs.
It's a pity when newer typefaces don't have lighter weights — they look far better on high resolution displays than normal/regular weights, which look almost bold. My favourite example and what I use daily, Office Code Pro Light: https://raw.githubusercontent.com/sjrmanning/darkokai/screen...
Re: Go fonts
#77Re: Go fonts
#78Earlier quoted context omitted.
Font licensing is complicated and Chuck is a friend. It was very important to us that Go programmers be unencumbered when distributing programs that use this font.
Why is it not possible to just use the system font for these UI elements?
Re: Go fonts
#79I'm surprised that people haven't commented on the implicit story here: the intention to deliver the "Shiny" cross-platform graphical toolkit for Go. If that happens, Go becomes one of the very few programming languages with a default cross-platform UI library.
Re: Go fonts
#80Interestingly strange they wouldn't just choose an existing open source font that got along with their license. I guess even you've got Google's wallet behind you it opens a lot of doors.