Looking for an @font-face generator that will convert my legally purchased and very expensive fonts for web use. I use to use Font Squirrel before they started blocking Adobe fonts. Is there a way around this or another online generator for converting fonts from OTF to TTF, EOT, WOFF, SVG, SVGZ?
closed as not constructive by Will♦ Jul 23 '12 at 12:15
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
http://fontface.codeandmore.com/ simple @font-face generator but works. |
|||||||||||||||||||
|
|
This one does the job: |
|||||||||||
|
|
I used one of the many font converters online to convert the otf font into eot, svg, ttf, and woff. (I forget which one I used, there are a dozen or so.) Then I used the code below:
Message to the Hedgehogs Thanks for your comments, but I'm skeptical of anyone who tells me to pay again for type I've already paid for. A flag goes up telling me you're involved in profiting from it in some way. My Adobe license clearly states that I can use and "distribute" the fonts "in any medium."
*Included the license in the css, next to @font-face. |
|||||||||||||
|
Tested & works well on ITC, Adobe, LinoType, FF fonts
|
|||||||||||||||||
|
|
found this and it worked for a font that wouldn't convert at fontsquirrel, but the file size from this didn't go down at all from the original, so likely too large to use (~700-800k per file), which isn't this converter's fault, just a warning that there's no shrinkage: http://onlinefontconverter.com/ |
|||
|
|
|
The reason Font Squirrel would block those fonts is because it is illegal to use them in such a way. Even if you have purchased them yourself legally, their EULAs state that you are not allowed to distribute them to others. Uploading the font on your server for @font-face use allows others to access and download the font--a breach of the EULA. While the EULA's from many big font foundries are outdated and need to be updated to included the possibility of web use, as of now it is copyright infringement. (Although it seems some of them are taking the initiative to change them. You should check the foundry and the license for you specific font.) I would search font squirrel or the web for a similar font that allows for web use (there are many good free ones out there.) If you are set on using this specific font, use images instead of @font-face. This is a legal use of the font you purchased. |
|||||||||||||||
|
|
If you don't have a license to redistribute the fonts, then this is illegal. Anyone can download the font if you do that, so it's no different to just putting the TTF on your webpage for free download! Typekit allows you to embed some of the Adobe fonts for a fee, but what you want to do is copyright infringement. |
|||||||||
|
|
Just Google Search Online Font Converter and click any result such as: http://onlinefontconverter.com/ Of course, making sure you have the legal right to do so before hand. |
|||
|
