Anyway, long story short, the small-time designer guy was thrilled to get $30k, and turns out he wasn't at all even monitoring for pirated versions of his font anywhere... he didn't have any idea who had bought his font, so to him it was just some random big company offering to give him free money. The places that sell fonts should do a better job of passing on payment (obviously) to designers, but also a list of who bought their fonts so they can take some pride in knowing where their designs are being used.
Github became the web's largest font piracy site (2017)
41–50 of 145 posts
Re: Github became the web's largest font piracy site (2017)
#42Re: Github became the web's largest font piracy site (2017)
#43Been doing searches for "site:github.com .ttf" for years. This is a feature not a bug.
Not if you're a font designer or type foundry.
Re: Github became the web's largest font piracy site (2017)
#44Interestingly, typefaces are not copyrightable in the US, though fonts, being computer code, can be. Not sure how this influences the situation, though.
Wouldn’t it then be legal to make your own font (so you own the copyright on the computer code) representing a commercial typeface?
Funny thing is, legendary type designer Hermann Zapf actually worked with URW to create knockoffs of fonts he'd originally designed for Linotype years before. Some of them even got open-sourced, which is why there's a free version of Palatino in the Ghostscript fonts (URW Palladio L).
Re: Github became the web's largest font piracy site (2017)
#45Re: Github became the web's largest font piracy site (2017)
#46Earlier quoted context omitted.
But it's not like a webpage renders an image for you and then you rend an image: you send the user a font so that they can render the page themselves with that font. It's being distributed either way.
Correct. Article OP is making the argument for a font to be treated as a secret when it is not a secret. Intent and context is important; users aren't putting them up on torrent sites in this case, but simply storing them alongside the rest of their assets in source control. EDIT: TLDR Downloading a publicly available font you don't have a license to use violates copyright.
Same as if you accidentally exposed to the internet your home server of legally-created DVD backups. You'd still be violating the license under which you bought the DVDs.
Re: Github became the web's largest font piracy site (2017)
#47I'm guilty of having searched GitHub's repositories for fonts I like. Using them for personal projects and wouldn't mind paying for a license if I end up loving it. Though, it begs the question: who and how will find out that you simply borrowed the font?
Re: Github became the web's largest font piracy site (2017)
#48Earlier quoted context omitted.
Not if you're a font designer or type foundry.
There are enough fonts. It wouldn't be a great loss for humanity if we didn't get as many new fonts because of decreased profit margins in the font design industry.
Re: Github became the web's largest font piracy site (2017)
#49Re: Github became the web's largest font piracy site (2017)
#50Earlier quoted context omitted.
Correct. Article OP is making the argument for a font to be treated as a secret when it is not a secret. Intent and context is important; users aren't putting them up on torrent sites in this case, but simply storing them alongside the rest of their assets in source control. EDIT: TLDR Downloading a publicly available font you don't have a license to use violates copyright.
Accidentally exposing a folder of copyrighted font files over FTP would probably technically violate the license, even if it was by accident. You're serving the files outside of the licensed use (serving and rendering a webpage). Same as if you accidentally exposed to the internet your home server of legally-created DVD backups. You'd still be violating the license under which you bought the DVDs.
I would genuinely be interested in case law's stance on this. Also interested in what happens to the value of non-public domain fonts if you require the digital asset to be handled as a secret (and all of the hassle that goes along with that).