From b68852f2967186bb8e2b313e41afb04c355d2ef3 Mon Sep 17 00:00:00 2001 From: Ken Hawkins Date: Thu, 30 Jun 2016 14:20:05 +0100 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..627927b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# EBI-Icon-fonts +The fonts.css stylesheet automatically loads a range of icon fonts that you can use. + +Icons are added automatically through CSS using the :before feature in CSS, so they will appear before whatever piece of text you associate them with. To make this association, you need to include particular class and data-icon attributes in the relevant HTML element: e.g. <h4><span class="icon icon-generic" data-icon="4"></span> Travel by plane</h4>. + +For more information see the readme [link coming soon].