From 45654ffc5cc4532c2189c88d46a0374038b53c9f Mon Sep 17 00:00:00 2001 From: Treer Date: Sat, 30 Apr 2016 21:36:19 +1000 Subject: update font-awesome library to 4.6.1 Perhaps this should be done as a submodule instead? --- library/font_awesome/src/_layouts/icon.html | 57 +++++++++++++++++++---------- 1 file changed, 37 insertions(+), 20 deletions(-) (limited to 'library/font_awesome/src/_layouts/icon.html') diff --git a/library/font_awesome/src/_layouts/icon.html b/library/font_awesome/src/_layouts/icon.html index 83723acde..66edaf2a7 100644 --- a/library/font_awesome/src/_layouts/icon.html +++ b/library/font_awesome/src/_layouts/icon.html @@ -6,19 +6,31 @@ relative_path: ../../
-    - -    -    -    -   + + Example of {{ page.icon.id }} at 6x   + + + Example of {{ page.icon.id }} at 5x +    + + + Example of {{ page.icon.id }} at 4x +    + + + Example of {{ page.icon.id }} at 3x +    + + Example of {{ page.icon.id }} at 2x +   - + + Example of {{ page.icon.id }}

- icon-{{ page.icon.id }} + fa-{{ page.icon.id }} - · + · Unicode: {{ page.icon.unicode }} · Created: v{{ page.icon.created }} · Categories: @@ -29,33 +41,38 @@ relative_path: ../../ {% if icon_alias_count > 0 %} · Aliases: {% for alias in page.icon.aliases %} - icon-{{ alias }}{% unless forloop.last %},{% endunless %} + fa-{{ alias }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} + {% if page.icon.url %}· {{ page.icon.url }}{% endif %}

-
-
-
-

After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

+
+
+

After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

- icon-{{ page.icon.id }} + Example of {{ page.icon.id }} fa-{{ page.icon.id }}
{% highlight html %} - icon-{{ page.icon.id }} + {% endhighlight %} -
-
Looking for more? Check out the examples.
+

+ Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

+ +
+ Looking for more? Check out the examples. +
-
-
{% include ads/carbon-light-vertical.html %}
+
+
{% include ads/fusion.html %}
-- cgit v1.2.3