From e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 5 Mar 2017 16:39:28 +0100 Subject: git init --- http/3rdParty/fontello/LICENSE.txt | 75 +++++ http/3rdParty/fontello/README.txt | 75 +++++ http/3rdParty/fontello/config.json | 350 ++++++++++++++++++++++++ http/3rdParty/fontello/css/animation.css | 85 ++++++ http/3rdParty/fontello/css/epgd-codes.css | 47 ++++ http/3rdParty/fontello/css/epgd-embedded.css | 100 +++++++ http/3rdParty/fontello/css/epgd-ie7-codes.css | 47 ++++ http/3rdParty/fontello/css/epgd-ie7.css | 58 ++++ http/3rdParty/fontello/css/epgd.css | 103 +++++++ http/3rdParty/fontello/demo.html | 376 ++++++++++++++++++++++++++ http/3rdParty/fontello/font/epgd.eot | Bin 0 -> 16972 bytes http/3rdParty/fontello/font/epgd.svg | 102 +++++++ http/3rdParty/fontello/font/epgd.ttf | Bin 0 -> 16820 bytes http/3rdParty/fontello/font/epgd.woff | Bin 0 -> 10484 bytes 14 files changed, 1418 insertions(+) create mode 100644 http/3rdParty/fontello/LICENSE.txt create mode 100644 http/3rdParty/fontello/README.txt create mode 100644 http/3rdParty/fontello/config.json create mode 100644 http/3rdParty/fontello/css/animation.css create mode 100644 http/3rdParty/fontello/css/epgd-codes.css create mode 100644 http/3rdParty/fontello/css/epgd-embedded.css create mode 100644 http/3rdParty/fontello/css/epgd-ie7-codes.css create mode 100644 http/3rdParty/fontello/css/epgd-ie7.css create mode 100644 http/3rdParty/fontello/css/epgd.css create mode 100644 http/3rdParty/fontello/demo.html create mode 100644 http/3rdParty/fontello/font/epgd.eot create mode 100644 http/3rdParty/fontello/font/epgd.svg create mode 100644 http/3rdParty/fontello/font/epgd.ttf create mode 100644 http/3rdParty/fontello/font/epgd.woff (limited to 'http/3rdParty/fontello') diff --git a/http/3rdParty/fontello/LICENSE.txt b/http/3rdParty/fontello/LICENSE.txt new file mode 100644 index 0000000..6a22557 --- /dev/null +++ b/http/3rdParty/fontello/LICENSE.txt @@ -0,0 +1,75 @@ +Font license info + + +## Fontelico + + Copyright (C) 2012 by Fontello project + + Author: Crowdsourced, for Fontello project + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://fontello.com + + +## Font Awesome + + Copyright (C) 2016 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ + + +## Entypo + + Copyright (C) 2012 by Daniel Bruce + + Author: Daniel Bruce + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://www.entypo.com + + +## Typicons + + (c) Stephen Hutchings 2012 + + Author: Stephen Hutchings + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://typicons.com/ + + +## Modern Pictograms + + Copyright (c) 2012 by John Caserta. All rights reserved. + + Author: John Caserta + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://thedesignoffice.org/project/modern-pictograms/ + + +## Zocial + + Copyright (C) 2012 by Sam Collins + + Author: Sam Collins + License: MIT (http://opensource.org/licenses/mit-license.php) + Homepage: http://zocial.smcllns.com/ + + +## Elusive + + Copyright (C) 2013 by Aristeides Stathopoulos + + Author: Aristeides Stathopoulos + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://aristeides.com/ + + +## Linecons + + Copyright (C) 2013 by Designmodo + + Author: Designmodo for Smashing Magazine + License: CC BY () + Homepage: http://designmodo.com/linecons-free/ + + diff --git a/http/3rdParty/fontello/README.txt b/http/3rdParty/fontello/README.txt new file mode 100644 index 0000000..beaab33 --- /dev/null +++ b/http/3rdParty/fontello/README.txt @@ -0,0 +1,75 @@ +This webfont is generated by http://fontello.com open source project. + + +================================================================================ +Please, note, that you should obey original font licenses, 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 publicly available in your repository. + +- Fonts, used in Fontello, don't require a clickable link 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 into fontello + anytime, to continue your work + + +Why so many CSS files ? +----------------------- + +Because we like to fit all your needs :) + +- basic file, .css - is usually enough, it contains @font-face + and character code definitions + +- *-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 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. + +- *-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 + + + + + + + +
+

+ epgd + font demo +

+ +
+
+
+
i-progress0xe800
+
i-record0xe801
+
i-cancel0xe802
+
i-help0xe803
+
+
+
i-help-circled0xe804
+
i-info-circled0xe805
+
i-info0xe806
+
i-link-ext0xe807
+
+
+
i-trash0xe808
+
i-folder-closed0xe809
+
i-folder-opened0xe80a
+
i-menu0xe80b
+
+
+
i-login0xe80c
+
i-logout0xe80d
+
i-down-dir0xe80e
+
i-up-dir0xe80f
+
+
+
i-left-dir0xe810
+
i-right-dir0xe811
+
i-refresh0xe812
+
i-check0xe813
+
+
+
i-check-empty0xe814
+
i-save0xe815
+
i-sort-down0xe816
+
i-sort-up0xe817
+
+
+
i-sort-name-up0xe818
+
i-sort-name-down0xe819
+
i-flashlight0xe81a
+
i-wait0xe81b
+
+
+
i-play0xe81c
+
i-stop0xe81d
+
i-pause0xe81e
+
i-to-end0xe81f
+
+
+
i-to-start0xe820
+
i-forward0xe821
+
i-rewind0xe822
+
i-ok0xe823
+
+
+
i-warning0xe824
+
i-clock0xe825
+
i-buffer0xe826
+
i-doc-new0xe827
+
+
+
i-search0xe828
+
i-edit0xe829
+
i-tv0xe82a
+
i-thumb-rate-up0xe82b
+
+
+
i-flash-outline0xe82c
+
i-error0xe82d
+
+
+ + + \ No newline at end of file diff --git a/http/3rdParty/fontello/font/epgd.eot b/http/3rdParty/fontello/font/epgd.eot new file mode 100644 index 0000000..afecad6 Binary files /dev/null and b/http/3rdParty/fontello/font/epgd.eot differ diff --git a/http/3rdParty/fontello/font/epgd.svg b/http/3rdParty/fontello/font/epgd.svg new file mode 100644 index 0000000..e59f432 --- /dev/null +++ b/http/3rdParty/fontello/font/epgd.svg @@ -0,0 +1,102 @@ + + + +Copyright (C) 2016 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/http/3rdParty/fontello/font/epgd.ttf b/http/3rdParty/fontello/font/epgd.ttf new file mode 100644 index 0000000..afcefa7 Binary files /dev/null and b/http/3rdParty/fontello/font/epgd.ttf differ diff --git a/http/3rdParty/fontello/font/epgd.woff b/http/3rdParty/fontello/font/epgd.woff new file mode 100644 index 0000000..bab45aa Binary files /dev/null and b/http/3rdParty/fontello/font/epgd.woff differ -- cgit v1.2.3