Hacker News new | ask | show | jobs
by rad_gruchalski 819 days ago
They’re pretty easy to serve from local: https://github.com/radekg/google-font-download. Most of individual fonts available in google fonts are SIL OFL 1.1:

> The SIL Open Font License (or OFL in short) is one of the major open font licenses, which allows embedding, or "bundling", of the font in commercially sold products. OFL is a free and open source license.

https://en.m.wikipedia.org/wiki/SIL_Open_Font_License#:~:tex....

1 comments

That is a tremendously useful utility. Only annoyed they do not provide builds so I am going to have to install the Go tooling and/or re-implement my own half-baked version.
That’s a pretty unfair thing to get annoyed about when someone is providing you software for free.

Worst case scenario, build it yourself inside on of the official Go docker containers.