From 8ca6cc32b2c789a3149861159ad258f2cb9491e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:39:39 +0200 Subject: Adding upstream version 2.11.4. Signed-off-by: Daniel Baumann --- application/fonts/fontello-ifont/LICENSE.txt | 57 ++ application/fonts/fontello-ifont/README.txt | 75 ++ application/fonts/fontello-ifont/config.json | 874 +++++++++++++++++++++ application/fonts/fontello-ifont/css/animation.css | 85 ++ .../fonts/fontello-ifont/css/ifont-codes.css | 145 ++++ .../fonts/fontello-ifont/css/ifont-embedded.css | 198 +++++ .../fonts/fontello-ifont/css/ifont-ie7-codes.css | 145 ++++ application/fonts/fontello-ifont/css/ifont-ie7.css | 156 ++++ application/fonts/fontello-ifont/css/ifont.css | 201 +++++ application/fonts/fontello-ifont/demo.html | 519 ++++++++++++ application/fonts/fontello-ifont/font/ifont.eot | Bin 0 -> 46504 bytes application/fonts/fontello-ifont/font/ifont.svg | 298 +++++++ application/fonts/fontello-ifont/font/ifont.ttf | Bin 0 -> 46348 bytes application/fonts/fontello-ifont/font/ifont.woff | Bin 0 -> 27688 bytes application/fonts/fontello-ifont/font/ifont.woff2 | Bin 0 -> 22984 bytes 15 files changed, 2753 insertions(+) create mode 100644 application/fonts/fontello-ifont/LICENSE.txt create mode 100644 application/fonts/fontello-ifont/README.txt create mode 100644 application/fonts/fontello-ifont/config.json create mode 100644 application/fonts/fontello-ifont/css/animation.css create mode 100644 application/fonts/fontello-ifont/css/ifont-codes.css create mode 100644 application/fonts/fontello-ifont/css/ifont-embedded.css create mode 100644 application/fonts/fontello-ifont/css/ifont-ie7-codes.css create mode 100644 application/fonts/fontello-ifont/css/ifont-ie7.css create mode 100644 application/fonts/fontello-ifont/css/ifont.css create mode 100644 application/fonts/fontello-ifont/demo.html create mode 100644 application/fonts/fontello-ifont/font/ifont.eot create mode 100644 application/fonts/fontello-ifont/font/ifont.svg create mode 100644 application/fonts/fontello-ifont/font/ifont.ttf create mode 100644 application/fonts/fontello-ifont/font/ifont.woff create mode 100644 application/fonts/fontello-ifont/font/ifont.woff2 (limited to 'application/fonts/fontello-ifont') diff --git a/application/fonts/fontello-ifont/LICENSE.txt b/application/fonts/fontello-ifont/LICENSE.txt new file mode 100644 index 0000000..b4cfe3f --- /dev/null +++ b/application/fonts/fontello-ifont/LICENSE.txt @@ -0,0 +1,57 @@ +Font license info + + +## Font Awesome + + Copyright (C) 2016 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ + + +## Iconic + + Copyright (C) 2012 by P.J. Onori + + Author: P.J. Onori + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://somerandomdude.com/work/iconic/ + + +## Entypo + + Copyright (C) 2012 by Daniel Bruce + + Author: Daniel Bruce + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://www.entypo.com + + +## Fontelico + + Copyright (C) 2012 by Fontello project + + Author: Crowdsourced, for Fontello project + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://fontello.com + + +## Typicons + + (c) Stephen Hutchings 2012 + + Author: Stephen Hutchings + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://typicons.com/ + + +## MFG Labs + + Copyright (C) 2012 by Daniel Bruce + + Author: MFG Labs + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://www.mfglabs.com/ + + diff --git a/application/fonts/fontello-ifont/README.txt b/application/fonts/fontello-ifont/README.txt new file mode 100644 index 0000000..beaab33 --- /dev/null +++ b/application/fonts/fontello-ifont/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 + + + + + + + +
+

ifont font demo

+ +
+
+
+
icon-dashboard0xe800
+
icon-user0xe801
+
icon-users0xe802
+
icon-ok0xe803
+
+
+
icon-cancel0xe804
+
icon-plus0xe805
+
icon-minus0xe806
+
icon-folder-empty0xe807
+
+
+
icon-download0xe808
+
icon-upload0xe809
+
icon-git0xe80a
+
icon-cubes0xe80b
+
+
+
icon-database0xe80c
+
icon-gauge0xe80d
+
icon-sitemap0xe80e
+
icon-sort-name-up0xe80f
+
+
+
icon-sort-name-down0xe810
+
icon-megaphone0xe811
+
icon-bug0xe812
+
icon-tasks0xe813
+
+
+
icon-filter0xe814
+
icon-off0xe815
+
icon-book0xe816
+
icon-paste0xe817
+
+
+
icon-scissors0xe818
+
icon-globe0xe819
+
icon-cloud0xe81a
+
icon-flash0xe81b
+
+
+
icon-barchart0xe81c
+
icon-down-dir0xe81d
+
icon-up-dir0xe81e
+
icon-left-dir0xe81f
+
+
+
icon-right-dir0xe820
+
icon-down-open0xe821
+
icon-right-open0xe822
+
icon-up-open0xe823
+
+
+
icon-left-open0xe824
+
icon-up-big0xe825
+
icon-right-big0xe826
+
icon-left-big0xe827
+
+
+
icon-down-big0xe828
+
icon-resize-full-alt0xe829
+
icon-resize-full0xe82a
+
icon-resize-small0xe82b
+
+
+
icon-move0xe82c
+
icon-resize-horizontal0xe82d
+
icon-resize-vertical0xe82e
+
icon-zoom-in0xe82f
+
+
+
icon-block0xe830
+
icon-zoom-out0xe831
+
icon-lightbulb0xe832
+
icon-clock0xe833
+
+
+
icon-volume-up0xe834
+
icon-volume-down0xe835
+
icon-volume-off0xe836
+
icon-mute0xe837
+
+
+
icon-mic0xe838
+
icon-endtime0xe839
+
icon-starttime0xe83a
+
icon-calendar-empty0xe83b
+
+
+
icon-calendar0xe83c
+
icon-wrench0xe83d
+
icon-sliders0xe83e
+
icon-services0xe83f
+
+
+
icon-service0xe840
+
icon-phone0xe841
+
icon-file-pdf0xe842
+
icon-file-word0xe843
+
+
+
icon-file-excel0xe844
+
icon-doc-text0xe845
+
icon-trash0xe846
+
icon-comment-empty0xe847
+
+
+
icon-comment0xe848
+
icon-chat0xe849
+
icon-chat-empty0xe84a
+
icon-bell0xe84b
+
+
+
icon-bell-alt0xe84c
+
icon-attention-alt0xe84d
+
icon-print0xe84e
+
icon-edit0xe84f
+
+
+
icon-forward0xe850
+
icon-reply0xe851
+
icon-reply-all0xe852
+
icon-eye0xe853
+
+
+
icon-tag0xe854
+
icon-tags0xe855
+
icon-lock-open-alt0xe856
+
icon-lock-open0xe857
+
+
+
icon-lock0xe858
+
icon-home0xe859
+
icon-info0xe85a
+
icon-help0xe85b
+
+
+
icon-search0xe85c
+
icon-flapping0xe85d
+
icon-rewind0xe85e
+
icon-chart-line0xe85f
+
+
+
icon-bell-off0xe860
+
icon-bell-off-empty0xe861
+
icon-plug0xe862
+
icon-eye-off0xe863
+
+
+
icon-arrows-cw0xe864
+
icon-cw0xe865
+
icon-host0xe866
+
icon-thumbs-up0xe867
+
+
+
icon-thumbs-down0xe868
+
icon-spinner0xe869
+
icon-attach0xe86a
+
icon-keyboard0xe86b
+
+
+
icon-menu0xe86c
+
icon-wifi0xe86d
+
icon-moon0xe86e
+
icon-chart-pie0xe86f
+
+
+
icon-chart-area0xe870
+
icon-chart-bar0xe871
+
icon-beaker0xe872
+
icon-magic0xe873
+
+
+
icon-spin60xe874
+
icon-down-small0xe875
+
icon-left-small0xe876
+
icon-right-small0xe877
+
+
+
icon-up-small0xe878
+
icon-pin0xe879
+
icon-angle-double-left0xe87a
+
icon-angle-double-right0xe87b
+
+
+
icon-circle0xe87c
+
icon-info-circled0xe87d
+
icon-twitter0xe87e
+
icon-facebook-squared0xe87f
+
+
+
icon-gplus-squared0xe880
+
icon-attention-circled0xe881
+
icon-check0xe883
+
icon-reschedule0xe884
+
+
+
icon-warning-empty0xe885
+
icon-th-list0xf009
+
icon-th-thumb-empty0xf00b
+
icon-github-circled0xf09b
+
+
+
icon-angle-double-up0xf102
+
icon-angle-double-down0xf103
+
icon-angle-left0xf104
+
icon-angle-right0xf105
+
+
+
icon-angle-up0xf106
+
icon-angle-down0xf107
+
icon-history0xf1da
+
icon-binoculars0xf1e5
+
+
+ + + \ No newline at end of file diff --git a/application/fonts/fontello-ifont/font/ifont.eot b/application/fonts/fontello-ifont/font/ifont.eot new file mode 100644 index 0000000..091db2f Binary files /dev/null and b/application/fonts/fontello-ifont/font/ifont.eot differ diff --git a/application/fonts/fontello-ifont/font/ifont.svg b/application/fonts/fontello-ifont/font/ifont.svg new file mode 100644 index 0000000..9257938 --- /dev/null +++ b/application/fonts/fontello-ifont/font/ifont.svg @@ -0,0 +1,298 @@ + + + +Copyright (C) 2020 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/application/fonts/fontello-ifont/font/ifont.ttf b/application/fonts/fontello-ifont/font/ifont.ttf new file mode 100644 index 0000000..2853b70 Binary files /dev/null and b/application/fonts/fontello-ifont/font/ifont.ttf differ diff --git a/application/fonts/fontello-ifont/font/ifont.woff b/application/fonts/fontello-ifont/font/ifont.woff new file mode 100644 index 0000000..d6d485d Binary files /dev/null and b/application/fonts/fontello-ifont/font/ifont.woff differ diff --git a/application/fonts/fontello-ifont/font/ifont.woff2 b/application/fonts/fontello-ifont/font/ifont.woff2 new file mode 100644 index 0000000..948e103 Binary files /dev/null and b/application/fonts/fontello-ifont/font/ifont.woff2 differ -- cgit v1.2.3