Interestingly, 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?
Github became the web's largest font piracy site (2017)
11–20 of 145 posts
Re: Github became the web's largest font piracy site (2017)
#12Interestingly, 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?
Re: Github became the web's largest font piracy site (2017)
#13Is this "piracy" in the sense of Disney's "Pirates of the Caribbean?" Like, Github is taking an niche subject matter, packaging it up for a more general audience, and then distributing it worldwide?
No? This is taking copyrighted material owned by somebody else and distributing it to people that haven't paid for it.
I Assume this is probably possible for FontAwesome premium icons as well ?
Having the server host the assets is probably the best solution (same rep) but if it's not in Git then it needs to be managed in the build for other open source developers. What's the Correct way of handling this situation?
Re: Github became the web's largest font piracy site (2017)
#14Though, 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)
#15Earlier quoted context omitted.
Wouldn’t it then be legal to make your own font (so you own the copyright on the computer code) representing a commercial typeface?
Yes. That’s why Windows bundled Arial instead of Helvetica. Although the design of Arial is slightly modified, it’s fundamentally a straightforward Helvetica clone with metrics compatibility (you can plug it in a layout in place of Helvetica and not break anything).
Re: Github became the web's largest font piracy site (2017)
#16Earlier quoted context omitted.
IANAL but I believe you may have a license (paid money) to use the font on your site but you may not have a licence redistribute the font. You paid for the right to air the latest UFC fight at your bar but that doesn't grant you the ability to sale DVDs of it. However a user of yours could just download the font from your web server or record the fight on their phone.
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.
EDIT: TLDR Downloading a publicly available font you don't have a license to use violates copyright.
Re: Github became the web's largest font piracy site (2017)
#17What's the difference between putting webfonts on your public website vs putting them on your public github? This seems like a distinction that only lawyers would care about, but I'm not a web developer (and I don't know much about webfonts) so maybe there's something I'm missing.
IANAL but I believe you may have a license (paid money) to use the font on your site but you may not have a licence redistribute the font. You paid for the right to air the latest UFC fight at your bar but that doesn't grant you the ability to sale DVDs of it. However a user of yours could just download the font from your web server or record the fight on their phone.
Re: Github became the web's largest font piracy site (2017)
#18What's the difference between putting webfonts on your public website vs putting them on your public github? This seems like a distinction that only lawyers would care about, but I'm not a web developer (and I don't know much about webfonts) so maybe there's something I'm missing.
Re: Github became the web's largest font piracy site (2017)
#19Re: Github became the web's largest font piracy site (2017)
#20Wait until they find out that when people visit the finished website in their browser, it will download the font! Oh the piracy! Just like in the real world, someone handing you the keys to their car doesn't mean you own it.