|
<p>This webfont is generated by <a href="http://fontello.com" rel="nofollow">http://fontello.com</a> open source project.</p>
<p>================================================================================
Please, note, that you should obey original font licenses, used to make this
webfont pack. Details available in LICENSE.txt file.</p>
<ul>
<li><p>Usually, it's enough to publish content of LICENSE.txt file somewhere on your
site in "About" section.</p></li>
<li><p>If your project is open-source, usually, it will be ok to make LICENSE.txt
file publicly available in your repository.</p></li>
<li><p>Fonts, used in Fontello, don't require a clickable link on your site.</p>
<h1>But any kind of additional authors crediting is welcome.</h1></li>
</ul>
<h2>Comments on archive content</h2>
<ul>
<li><p>/font/* - fonts in different formats</p></li>
<li><p>/css/* - different kinds of css, for all situations. Should be ok with
twitter bootstrap. Also, you can skip <i> style and assign icon classes
directly to text elements, if you don't mind about IE7.</i></p>
<li><p>demo.html - demo file, to show your webfont content</p></li>
<li><p>LICENSE.txt - license info about source fonts, used to build your one.</p></li>
<li><p>config.json - keeps your settings. You can import it back into fontello
anytime, to continue your work</p></li>
</li>
<h2>Why so many CSS files ?</h2>
<p>Because we like to fit all your needs :)</p>
<ul>
<li><p>basic file, .css - is usually enough, it contains <a href="/font-face" rel="nofollow">@font-face</a>
and character code definitions</p>
<li><p>*-ie7.css - if you need IE7 support, but still don't wish to put char codes
directly into html</p></li>
<li><p>*-codes.css and *-ie7-codes.css - if you like to use your own <a href="/font-face" rel="nofollow">@font-face</a>
rules, but still wish to benefit from css generation. That can be very
convenient for automated asset build systems. When you need to update font -
no need to manually edit files, just override old version with archive
content. See fontello source code for examples.</p></li>
<li><p>*-embedded.css - basic css file, but with embedded WOFF font, to avoid
CORS issues in Firefox and IE9+, when fonts are hosted on the separate domain.
We strongly recommend to resolve this issue by <code>Access-Control-Allow-Origin</code>
server headers. But if you ok with dirty hack - this file is for you. Note,
that data url moved to separate <a href="/font-face" rel="nofollow">@font-face</a> to avoid problems with <IE9, when
string is too long.</p></li>
<li><p>animate.css - use it to get ideas about spinner rotation animation.</p></li>
</li>
<h2>Attention for server setup</h2>
<p>You MUST setup server to reply with proper <code>mime-types</code> for font files -
otherwise some browsers will fail to show fonts.</p>
<p>Usually, <code>apache</code> already has necessary settings, but <code>nginx</code> and other
webservers should be tuned. Here is list of mime types for our file extensions:</p>
<ul>
<li><code>application/vnd.ms-fontobject</code> - eot</li>
<li><code>application/x-font-woff</code> - woff</li>
<li><code>application/x-font-ttf</code> - ttf</li>
<li><code>image/svg+xml</code> - svg</li>
</ul>
|