MyFonts' licensing system effectively took down our entire website recently. We have a font licenced for some number of pageviews (250,000 or whatever), and they track that via an @import in the CSS they give you which points to a URL on a subdomain of myfonts.net. Except they changed their licensing mechanism, didn't tell their customers and broke the subdomain the @import was hitting. It didn't fail immediately, ju…
A rant on web font licenses
51–60 of 169 posts
Re: A rant on web font licenses
#52The silliest thing I learned years ago was that the license only applies to the "software" of the font. In the US, you can literally go and vectorize any font in the world and do whatever you want with it. "In the United States, the shapes of typefaces are not eligible for copyright, though the shapes may be protected by design patent (although these are rarely applied for, the first US design patent ever awarded was…
I've read something along this lines before, but cannot find a good source for it. Do you have one?
First reasonable one that came up in a quick search: https://www.crowdspring.com/blog/font-law-licensing/#:~:text...).
Re: A rant on web font licenses
#53Fonts still being able to make money makes me think that all this AI art generation probably won't put artists out of a job. Surely we have enough fonts at this point to be a 'solved' problem, and yet somehow people keep paying for it.
my guess is that in the context of any project which is not super tiny, 1k$ is still very affordable
Re: A rant on web font licenses
#54Earlier quoted context omitted.
Oracle will sell you a perpetual license that you own forever. Most foundries won't do that for fonts (at least for web).
Oracle still does a lot of fuckery with their licenses. For example, you're prevented to share any benchmarks you've performed with their software. Not sure it's been proven in court that you could prevent anyone from sharing such information, but at least they're trying.
Now, completely without benchmarks, I can tell you that my workplace has migrated from Oracle to Postgresql and performance is essentially the same: a few things were a little faster on Oracle, a few a little faster on PG. All revenue is directly or indirectly dependent on the database systems, which have been continuous for 20+ years: this is not a side-project.
PG administration is much, much faster. Starting an Oracle database always involves a wait similar to booting an elderly operating system. Starting a PG database is fast. Things that Oracle will want to up-charge you to an Enterprise Edition license for, PG has for free. Want to spin up a new machine? No need to negotiate a new license with PG. The cost of the Oracle license would routinely be so large that you need to buy awesome hardware to justify it. You can install PG on anything, and justify it.
Re: A rant on web font licenses
#55The silliest thing I learned years ago was that the license only applies to the "software" of the font. In the US, you can literally go and vectorize any font in the world and do whatever you want with it. "In the United States, the shapes of typefaces are not eligible for copyright, though the shapes may be protected by design patent (although these are rarely applied for, the first US design patent ever awarded was…
Not really, it depends on license agreement. For example today I integrated just another font to a customer’s website and license agreements had paragraphs about suing in case of attempts to copy/modify or any other way meddling with the font or its visual representation. Obviously, you still can make a copy of any font and change it a little, but you can be sued for this.
Re: A rant on web font licenses
#56Earlier quoted context omitted.
Basically fonts are copyrightable but typefaces are not. Font names are also trademarkable. https://glarts.org/font-and-typeface-legal-tip-sheet/
If that holds up in court, why aren't there free/open source/cheaper versions of typefaces that look just like some font but are named differently?
Re: A rant on web font licenses
#57I like Matthew Butterick’s approach. He sells whole families at a time (on a pay-once basis), offers discounts if you get the whole library, and the license is short, to the point, and reasonable: https://mbtype.com/license/
It's a lot better than most, that's for sure. But I still don't understand why they have all these arbitrary usage rules like the maximum of three websites. I look at fonts like tools. As a dev who also does design I should be able to buy it once and have it available as a tool at my disposal.
Re: A rant on web font licenses
#58I like Matthew Butterick’s approach. He sells whole families at a time (on a pay-once basis), offers discounts if you get the whole library, and the license is short, to the point, and reasonable: https://mbtype.com/license/
It's a lot better than most, that's for sure. But I still don't understand why they have all these arbitrary usage rules like the maximum of three websites. I look at fonts like tools. As a dev who also does design I should be able to buy it once and have it available as a tool at my disposal.
Were I a typeface designer, I'd like to think I'd say to myself, Self, what are the odds? Just charge $20 and rely on human decency. But I'm not a typeface designer, and my guess is that people who have tried that have found that human decency is thin on the ground among the subset of people who care about using typefaces on websites. But I'm just guessing.
Re: A rant on web font licenses
#59MyFonts' licensing system effectively took down our entire website recently. We have a font licenced for some number of pageviews (250,000 or whatever), and they track that via an @import in the CSS they give you which points to a URL on a subdomain of myfonts.net. Except they changed their licensing mechanism, didn't tell their customers and broke the subdomain the @import was hitting. It didn't fail immediately, ju…
This is ridiculous. HTML rendering is robust enough to work without CSS. A missing font should just be defaulted to serif or sans and that's it.
Are you going to re kern and re layout the page when the font arrives? If you want to avoid that then you have to wait.
Re: A rant on web font licenses
#60This situation is beginning to improve if you know where to look. There are several typeface designers who offer both low prices and reasonable licensing terms for their fonts; for instance, David Jonathan Ross ( https://djr.com/ ) has a "Font of the Month Club" that gives you one font per month at $6/month; even without membership you can get previous club fonts for $24; and the licensing terms are plain english. Ma…
> That said, usage tiers (where you must pay more if your website gets a certain # of views/month) seem ubiquitous. I think these are ok
Why do you think that's ok if you don't mind me asking? I worked on sites that used to generate lots of views but made 0 money because were not designed to be commercial projects. Why should I pay more money for a digital asset just because my site gets popular? It's not getting popular because of the font. Can you imagine if a CMS started charging you more money if your site becomes popular? What difference does it make to them? I just find it baffling.