From 1275e68efa680e55fd29a377c9c58c59bb7f235e Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 10 Jul 2018 22:01:22 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../samples/toolbarconfigurator/font/LICENSE.txt | 10 ++++++++ .../samples/toolbarconfigurator/font/config.json | 28 +++++++++++++++++++++ .../samples/toolbarconfigurator/font/fontello.eot | Bin 0 -> 4988 bytes .../samples/toolbarconfigurator/font/fontello.svg | 14 +++++++++++ .../samples/toolbarconfigurator/font/fontello.ttf | Bin 0 -> 4820 bytes .../samples/toolbarconfigurator/font/fontello.woff | Bin 0 -> 2904 bytes 6 files changed, 52 insertions(+) create mode 100644 cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt create mode 100644 cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/config.json create mode 100644 cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.eot create mode 100644 cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.svg create mode 100644 cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.ttf create mode 100644 cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.woff (limited to 'cgi-bin/html/ckeditor/samples/toolbarconfigurator/font') diff --git a/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt new file mode 100644 index 0000000..174b67a --- /dev/null +++ b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt @@ -0,0 +1,10 @@ +Font license info + + +## Font Awesome + + Copyright (C) 2012 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ diff --git a/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/config.json b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/config.json new file mode 100644 index 0000000..94809d7 --- /dev/null +++ b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/config.json @@ -0,0 +1,28 @@ +{ + "name": "", + "css_prefix_text": "icon-", + "css_use_suffix": false, + "hinting": true, + "units_per_em": 1000, + "ascent": 850, + "glyphs": [ + { + "uid": "f48ae54adfb27d8ada53d0fd9e34ee10", + "css": "trash-empty", + "code": 59392, + "src": "fontawesome" + }, + { + "uid": "1c4068ed75209e21af36017df8871802", + "css": "down-big", + "code": 59393, + "src": "fontawesome" + }, + { + "uid": "95376bf082bfec6ce06ea1cda7bd7ead", + "css": "up-big", + "code": 59394, + "src": "fontawesome" + } + ] +} \ No newline at end of file diff --git a/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.eot b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.eot new file mode 100644 index 0000000..2732fad Binary files /dev/null and b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.eot differ diff --git a/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.svg b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.svg new file mode 100644 index 0000000..33d14ac --- /dev/null +++ b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.svg @@ -0,0 +1,14 @@ + + + +Copyright (C) 2014 by original authors @ fontello.com + + + + + + + + + + \ No newline at end of file diff --git a/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.ttf b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.ttf new file mode 100644 index 0000000..fbcbf06 Binary files /dev/null and b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.ttf differ diff --git a/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.woff b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.woff new file mode 100644 index 0000000..e1d5647 Binary files /dev/null and b/cgi-bin/html/ckeditor/samples/toolbarconfigurator/font/fontello.woff differ -- cgit v1.1-26-g67d0