Is it possible to install the Helvetica font on linux?

63,208

Solution 1

The simple answer is to buy the font right from the official distributor, Linotype. They sell individual variants for $26, or packages for a variety of prices depending on what they include.

With the basic license (which comes with any Linotype font), you're free to do whatever you want with any documents you create using the font... personal use, professional use, whatever, it doesn't matter. The font file itself may be installed on up to 5 computers.

Technology-wise, the font is available in PostScript, TrueType, and OpenType variants; all of these are useable on Linux if you have the right software installed.

EDIT: As far as the dirty details of licensing issues: Fonts have been legally classified as computer software. You're not buying the actual image of the font, just the code that creates the image. (This is why other companies can create fonts that look so incredibly like Helvetica without infringing on the copyright.) Like Microsoft Word, once you buy it, any content you create with it is entirely your own.

The license agreement, by allowing installation on multiple computers, represents a sort of voluntary waiver (by the author) of protections generally guaranteed by copyright, rather than an addition of new restrictions, and so would likely hold up in a court of law. In common language, the license says, "Even though this work is covered by copyright, we're gonna be nice and let you make some extra copies anyway as long as you stick to our terms."

That just leaves the question of fair use, which is a big one. I'm not aware that any court has established any sort of fair use doctrine for fonts. Copyright cases in other media have established that in certain cases, making copies of a protected work for personal, private, noncommercial use is legal. As far as I know, this is a pretty huge Grey Area as far as fonts are concerned. If you choose to go this route, you might have a strong case that it's perfectly legal, on the very low chance that anybody actually wanted to try to sue you for it. (The question of where on the internet to find a free copy of Helvetica is beyond the scope of this answer coughpiratebaycough.)

Solution 2

Copy helvetica.dfont from your Mac and use Fondu to convert it to ttf and then move it to your fonts folder.

Summary:

  1. sudo apt-get install fondu
  2. Navigate to where you copied the .dfont file
  3. fondu Helvetica.dfont

The original article link is dead. Here's the archived copy: https://web.archive.org/web/20200805030727/http://grasshopperpebbles.com/ubuntu/ubuntu-convert-mac-dfont-files-into-ttf-using-fondu/

Share:
63,208

Related videos on Youtube

cukabeka
Author by

cukabeka

Updated on September 17, 2022

Comments

  • cukabeka
    cukabeka over 1 year

    I don't know too much about the licensing issues surrounding fonts, but I would like to install Helvetica on my machine for my own personal use. I haven't been able to find a whole lot about this on Google. There are a lot of Helvetica alternatives out there, but I want Helvetica itself.

  • coolaj86
    coolaj86 over 7 years
    Or just downvote me for no reason...
  • Peter Krauss
    Peter Krauss over 5 years
    Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
  • Darren Ng
    Darren Ng about 2 years
    @PeterKrauss Link is dead. Instead github.com/foliojs/pdfkit/blob/…
  • Admin
    Admin almost 2 years
    link in answer appears to be dead