diff --git a/themes/default/vendor/fontello/LICENSE.txt b/themes/default/vendor/fontello/LICENSE.txt new file mode 100644 index 000000000..5263b20a5 --- /dev/null +++ b/themes/default/vendor/fontello/LICENSE.txt @@ -0,0 +1,30 @@ +Font license info + + +## Font Awesome + + Copyright (C) 2016 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ + + +## Typicons + + (c) Stephen Hutchings 2012 + + Author: Stephen Hutchings + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://typicons.com/ + + +## Fontelico + + Copyright (C) 2012 by Fontello project + + Author: Crowdsourced, for Fontello project + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://fontello.com + + diff --git a/themes/default/vendor/fontello/README.txt b/themes/default/vendor/fontello/README.txt new file mode 100644 index 000000000..d870892e3 --- /dev/null +++ b/themes/default/vendor/fontello/README.txt @@ -0,0 +1,75 @@ +This webfont is generated by https://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 + + + + + + + + + +
+

fontello font demo

+ +
+
+
+
+ - pwg-icon-tag0x2d +
+
+ pwg-icon-up-open0xe800 +
+
+ pwg-icon-user0xe805 +
+
+ pwg-icon-menu0xe811 +
+
+
+
+ pwg-icon-user-edit0xe818 +
+
+ pwg-icon-album0xe819 +
+
+ pwg-icon-calendar-plus0xe81b +
+
+ pwg-icon-spin60xe81f +
+
+
+
+ pwg-icon-selecters0xe821 +
+
+ pwg-icon-cancel0xe822 +
+
+ pwg-icon-trash0xe823 +
+
+ pwg-icon-search-folder0xe824 +
+
+
+
+ pwg-icon-plus-circled0xe84a +
+
+ pwg-icon-search0xe900 +
+
+ pwg-icon-file-image0xf1c5 +
+
+
+ + + diff --git a/themes/default/vendor/fontello/font/fontello.eot b/themes/default/vendor/fontello/font/fontello.eot new file mode 100644 index 000000000..fb021f669 Binary files /dev/null and b/themes/default/vendor/fontello/font/fontello.eot differ diff --git a/themes/default/vendor/fontello/font/fontello.svg b/themes/default/vendor/fontello/font/fontello.svg new file mode 100644 index 000000000..843a658b8 --- /dev/null +++ b/themes/default/vendor/fontello/font/fontello.svg @@ -0,0 +1,40 @@ + + + +Copyright (C) 2023 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/default/vendor/fontello/font/fontello.ttf b/themes/default/vendor/fontello/font/fontello.ttf new file mode 100644 index 000000000..740b608fd Binary files /dev/null and b/themes/default/vendor/fontello/font/fontello.ttf differ diff --git a/themes/default/vendor/fontello/font/fontello.woff b/themes/default/vendor/fontello/font/fontello.woff new file mode 100644 index 000000000..267515eb2 Binary files /dev/null and b/themes/default/vendor/fontello/font/fontello.woff differ diff --git a/themes/default/vendor/fontello/font/fontello.woff2 b/themes/default/vendor/fontello/font/fontello.woff2 new file mode 100644 index 000000000..f62f0363b Binary files /dev/null and b/themes/default/vendor/fontello/font/fontello.woff2 differ