# HG changeset patch # User Sean Farley # Date 1414709601 25200 # Node ID a8dbaeacb3d1a4934011ff72cb2e8b0aa7a69c34 # Parent 4ce49d57765b5c2bfb5e5d910dc08229deae9849 font: add custom kallithea font icons from fontello This does not include the fonts for mercurial nor git since those have different licenses. diff -r 4ce49d57765b -r a8dbaeacb3d1 kallithea/public/fontello/README-kallithea.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kallithea/public/fontello/README-kallithea.txt Thu Oct 30 15:53:21 2014 -0700 @@ -0,0 +1,4 @@ +Files mentioned here might have been edited or removed. Re-run the export from +fontello by importing the config.json found in this same directory. + +Specifically, the ie7 and animation css files were not added to the repository. diff -r 4ce49d57765b -r a8dbaeacb3d1 kallithea/public/fontello/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kallithea/public/fontello/README.txt Thu Oct 30 15:53:21 2014 -0700 @@ -0,0 +1,75 @@ +This webfont is generated by http://fontello.com open source project. + + +================================================================================ +Please, note, that you should obey original font licences, used to make this +webfont pack. Details available in LICENSE.txt file. + +- Usually, it's enough to publish content of LICENSE.txt file somewhere on your + site in "About" section. + +- If your project is open-source, usually, it will be ok to make LICENSE.txt + file publically available in your repository. + +- Fonts, used in Fontello, don't require to make clickable links on your site. + But any kind of additional authors crediting is welcome. +================================================================================ + + +Comments on archive content +--------------------------- + +- /font/* - fonts in different formats + +- /css/* - different kinds of css, for all situations. Should be ok with + twitter bootstrap. Also, you can skip style and assign icon classes + directly to text elements, if you don't mind about IE7. + +- demo.html - demo file, to show your webfont content + +- LICENSE.txt - license info about source fonts, used to build your one. + +- config.json - keeps your settings. You can import it back to fontello anytime, + to continue your work + + +Why so many CSS files ? +----------------------- + +Because we like to fit all your needs :) + +- basic file, .css - is usually enougth, in contains @font-face + and character codes definition + +- *-ie7.css - if you need IE7 support, but still don't wish to put char codes + directly into html + +- *-codes.css and *-ie7-codes.css - if you like to use your own @font-face + rules, but still wish to benefit of css generation. That can be very + convenient for automated assets build systems. When you need to update font - + no needs to manually edit files, just override old version with archive + content. See fontello source codes for example. + +- *-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 `Access-Control-Allow-Origin` + server headers. But if you ok with dirty hack - this file is for you. Note, + that data url moved to separate @font-face to avoid problems with + + +Copyright (C) 2014 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 4ce49d57765b -r a8dbaeacb3d1 kallithea/public/fontello/font/kallithea.ttf Binary file kallithea/public/fontello/font/kallithea.ttf has changed diff -r 4ce49d57765b -r a8dbaeacb3d1 kallithea/public/fontello/font/kallithea.woff Binary file kallithea/public/fontello/font/kallithea.woff has changed