Licensing Issues with embeding fonts using CSS3 [duplicate]
Possible Duplicate:
How to use web-fonts legally?
I'm making a website and want to embed some nice fonts in my css file using @font-face
.
With regard to copyright issues: what are the guidelines for what fonts I may embed. For example if a font costs money, but I have paid for it in a personal capacity, may I use it on my personal web site?开发者_开发知识库
Additionally, how can I find out the licensing of fonts that I want to use?
It depends of each font of course. look for a readme file or the page when you download the font.
If you need free fonts check out google webfonts
Generally a font you've purchased for personal use is not licensed for distribution, which you are essentially doing with @font-face - hence the popularity of tools like sIFR.
I often create image files for largely this reason -- while I know it is not popular, and there are some great new options, it is simply the most compatible and keeps me sane.
This site is a nice little guide into font faces and gives a couple of sites that offer free font faces. http://sixrevisions.com/css/font-face-guide/
If you paid for the font it doesn't mean your licence allows embeding, chances are it doesn't. There are numerous free fonts you can embed or you can use paid services like typekit.
Another great paid service is Fontspring. Unlike Typekit it's a one-time fee per font and you handle the hosting etc yourself.
精彩评论