From ba09e05036d64715521ef6a739b0152161880cea Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 30 Oct 2016 16:12:08 +0100 Subject: Add image font. --- index.html | 1 + static/font/LICENSE.txt | 12 ++ static/font/README.txt | 75 ++++++++ static/font/config.json | 34 ++++ static/font/css/animation.css | 85 +++++++++ static/font/css/fontello-codes.css | 5 + static/font/css/fontello-embedded.css | 58 ++++++ static/font/css/fontello-ie7-codes.css | 5 + static/font/css/fontello-ie7.css | 16 ++ static/font/css/fontello.css | 61 +++++++ static/font/demo.html | 312 +++++++++++++++++++++++++++++++++ static/font/font/fontello.eot | Bin 0 -> 5876 bytes static/font/font/fontello.svg | 18 ++ static/font/font/fontello.ttf | Bin 0 -> 5708 bytes static/font/font/fontello.woff | Bin 0 -> 3336 bytes static/font/font/fontello.woff2 | Bin 0 -> 2712 bytes 16 files changed, 682 insertions(+) create mode 100644 static/font/LICENSE.txt create mode 100644 static/font/README.txt create mode 100644 static/font/config.json create mode 100644 static/font/css/animation.css create mode 100644 static/font/css/fontello-codes.css create mode 100644 static/font/css/fontello-embedded.css create mode 100644 static/font/css/fontello-ie7-codes.css create mode 100644 static/font/css/fontello-ie7.css create mode 100644 static/font/css/fontello.css create mode 100644 static/font/demo.html create mode 100644 static/font/font/fontello.eot create mode 100644 static/font/font/fontello.svg create mode 100644 static/font/font/fontello.ttf create mode 100644 static/font/font/fontello.woff create mode 100644 static/font/font/fontello.woff2 diff --git a/index.html b/index.html index 629aa92c..713fe27c 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ Pleroma +
diff --git a/static/font/LICENSE.txt b/static/font/LICENSE.txt new file mode 100644 index 00000000..8fa3da36 --- /dev/null +++ b/static/font/LICENSE.txt @@ -0,0 +1,12 @@ +Font license info + + +## Font Awesome + + Copyright (C) 2016 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ + + diff --git a/static/font/README.txt b/static/font/README.txt new file mode 100644 index 00000000..beaab336 --- /dev/null +++ b/static/font/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 + + + + + + + +
+

+ fontello + font demo +

+ +
+
+
+
icon-retweet0xe800
+
icon-star0xe801
+
icon-star-empty0xe802
+
icon-reply0xf112
+
+
+ + + \ No newline at end of file diff --git a/static/font/font/fontello.eot b/static/font/font/fontello.eot new file mode 100644 index 00000000..5bcdc8dd Binary files /dev/null and b/static/font/font/fontello.eot differ diff --git a/static/font/font/fontello.svg b/static/font/font/fontello.svg new file mode 100644 index 00000000..e159fbb3 --- /dev/null +++ b/static/font/font/fontello.svg @@ -0,0 +1,18 @@ + + + +Copyright (C) 2016 by original authors @ fontello.com + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/font/font/fontello.ttf b/static/font/font/fontello.ttf new file mode 100644 index 00000000..9693b371 Binary files /dev/null and b/static/font/font/fontello.ttf differ diff --git a/static/font/font/fontello.woff b/static/font/font/fontello.woff new file mode 100644 index 00000000..6c574590 Binary files /dev/null and b/static/font/font/fontello.woff differ diff --git a/static/font/font/fontello.woff2 b/static/font/font/fontello.woff2 new file mode 100644 index 00000000..6771bd34 Binary files /dev/null and b/static/font/font/fontello.woff2 differ -- cgit v1.2.3-70-g09d2