Is it possible to install the Helvetica font on linux?
up vote
32
down vote
favorite
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.
linux ubuntu ubuntu-9.10 fonts
add a comment |
up vote
32
down vote
favorite
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.
linux ubuntu ubuntu-9.10 fonts
add a comment |
up vote
32
down vote
favorite
up vote
32
down vote
favorite
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.
linux ubuntu ubuntu-9.10 fonts
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.
linux ubuntu ubuntu-9.10 fonts
linux ubuntu ubuntu-9.10 fonts
asked Jan 12 '10 at 18:54
Matthew
5,9711462110
5,9711462110
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
49
down vote
accepted
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.)
add a comment |
up vote
6
down vote
Copy helvetica.dfont from your Mac and use Fondu to convert it to ttf and then move it to your fonts folder:
http://grasshopperpebbles.com/ubuntu/ubuntu-convert-mac-dfont-files-into-ttf-using-fondu/
Summary:
sudo apt-get install fondu
- Navigate to where you copied the .dfont file
fondu Helvetica.dfont
Or just downvote me for no reason...
– CoolAJ86
Jan 6 '17 at 17:11
Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
– Peter Krauss
Nov 29 at 2:25
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f94992%2fis-it-possible-to-install-the-helvetica-font-on-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
49
down vote
accepted
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.)
add a comment |
up vote
49
down vote
accepted
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.)
add a comment |
up vote
49
down vote
accepted
up vote
49
down vote
accepted
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.)
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.)
edited Jan 12 '10 at 21:55
answered Jan 12 '10 at 19:12
Josh
1,47151922
1,47151922
add a comment |
add a comment |
up vote
6
down vote
Copy helvetica.dfont from your Mac and use Fondu to convert it to ttf and then move it to your fonts folder:
http://grasshopperpebbles.com/ubuntu/ubuntu-convert-mac-dfont-files-into-ttf-using-fondu/
Summary:
sudo apt-get install fondu
- Navigate to where you copied the .dfont file
fondu Helvetica.dfont
Or just downvote me for no reason...
– CoolAJ86
Jan 6 '17 at 17:11
Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
– Peter Krauss
Nov 29 at 2:25
add a comment |
up vote
6
down vote
Copy helvetica.dfont from your Mac and use Fondu to convert it to ttf and then move it to your fonts folder:
http://grasshopperpebbles.com/ubuntu/ubuntu-convert-mac-dfont-files-into-ttf-using-fondu/
Summary:
sudo apt-get install fondu
- Navigate to where you copied the .dfont file
fondu Helvetica.dfont
Or just downvote me for no reason...
– CoolAJ86
Jan 6 '17 at 17:11
Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
– Peter Krauss
Nov 29 at 2:25
add a comment |
up vote
6
down vote
up vote
6
down vote
Copy helvetica.dfont from your Mac and use Fondu to convert it to ttf and then move it to your fonts folder:
http://grasshopperpebbles.com/ubuntu/ubuntu-convert-mac-dfont-files-into-ttf-using-fondu/
Summary:
sudo apt-get install fondu
- Navigate to where you copied the .dfont file
fondu Helvetica.dfont
Copy helvetica.dfont from your Mac and use Fondu to convert it to ttf and then move it to your fonts folder:
http://grasshopperpebbles.com/ubuntu/ubuntu-convert-mac-dfont-files-into-ttf-using-fondu/
Summary:
sudo apt-get install fondu
- Navigate to where you copied the .dfont file
fondu Helvetica.dfont
edited Nov 29 at 2:42
Run5k
10.7k72749
10.7k72749
answered Feb 2 '13 at 21:13
CoolAJ86
3321310
3321310
Or just downvote me for no reason...
– CoolAJ86
Jan 6 '17 at 17:11
Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
– Peter Krauss
Nov 29 at 2:25
add a comment |
Or just downvote me for no reason...
– CoolAJ86
Jan 6 '17 at 17:11
Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
– Peter Krauss
Nov 29 at 2:25
Or just downvote me for no reason...
– CoolAJ86
Jan 6 '17 at 17:11
Or just downvote me for no reason...
– CoolAJ86
Jan 6 '17 at 17:11
Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
– Peter Krauss
Nov 29 at 2:25
Complementing with he main, Helvetica font: github.com/foliojs/pdfkit/blob/master/demo/fonts/…
– Peter Krauss
Nov 29 at 2:25
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f94992%2fis-it-possible-to-install-the-helvetica-font-on-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown