Hacker News new | ask | show | jobs
by themartorana 4038 days ago
Is it common for type faces to be so almost completely similar? SF looks nearly identical to FF DIN to my untrained eye, but even with tiny adjustments, it's bit more than inspired by.

In so many industries we talk about here there would already have been a stream of C&D letters and injunctions would be filed in court.

1 comments

That is the one part about typography that has always confused me - San Francisco is clearly a variation of FF DIN. Can you buy a 'licenses' to use and make your own variation of a typeface?
Copyright law with fonts is strange. 'Looking like' isn't a copyright vilation, but if you take copy a font and tweak it slightly then it probably is.

https://en.wikipedia.org/wiki/Adobe_Systems,_Inc._v._Souther....

https://en.wikipedia.org/wiki/Intellectual_property_protecti...

There's a similar situation with clothing, IIRC, which explains the prevalence of brand logos.

IANAL, obviously.

From a copyright standpoint in the US, you can copy the glyph outlines of fonts (usually some form of bezier curve or in some cases bitmap) without violating copyright. They are completely uncopyrightable.

Most fonts though (TrueType and OpenType) have a hinting language in them which is code and it is copyrightable since it is computer software. This means you can't just copy DIN font files themselves and distribute them freely without permission.

You can however take the outlines from the font, recreate the hints manually and then distribute it.

That said, there are such things as design patents and of course, trademarks. Design patents aren't used too much, but do protect the design itself. Trademarks of course allow you to protect the name.

But is it customary to just go ahead and copy a font without paying for any sort of license for it? Is that standard procedure?

Would Apple have paid to modify and use FF DIN in their devices?