From f818d439160c8f06add42dd10cfcdbddc71b04d7 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 8 Jan 2016 21:16:14 -0800 Subject: Add stuff to source/ and exclude them The lonely templates/template.html finally finds it home in the cozy source/, where it rightfully belongs, without the need to worry about being exposed to the world in build/ ;) The full fontello distribution I downloaded (and unpacked) from fontello.com is now in source/fonts/fontello. --- source/fonts/fontello/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/fonts/fontello/config.json (limited to 'source/fonts/fontello/config.json') diff --git a/source/fonts/fontello/config.json b/source/fonts/fontello/config.json new file mode 100644 index 00000000..b8455d54 --- /dev/null +++ b/source/fonts/fontello/config.json @@ -0,0 +1,22 @@ +{ + "name": "", + "css_prefix_text": "icon-", + "css_use_suffix": false, + "hinting": true, + "units_per_em": 1000, + "ascent": 850, + "glyphs": [ + { + "uid": "3e617d8049807e128c80d0344ba09e37", + "css": "rss", + "code": 59392, + "src": "entypo" + }, + { + "uid": "4a413ef43c364dafa42766e74c31bbca", + "css": "cc", + "code": 59393, + "src": "entypo" + } + ] +} \ No newline at end of file -- cgit v1.2.1