diff --git a/src/_includes/examples/basic.html b/src/_includes/examples/basic.html index c00fb4787..dd422903f 100644 --- a/src/_includes/examples/basic.html +++ b/src/_includes/examples/basic.html @@ -17,7 +17,7 @@
- You can place Font Awesome icons just about anywhere using the CSS Prefix fa
and the icon's
+ You can place {{ site.forkawesome.name }} icons just about anywhere using the CSS Prefix fa
and the icon's
name. Font Awesome is designed to be used with inline elements (we like the <i>
tag for
brevity, but using a <span>
is more semantically correct).
- Font Awesome works great with the full range of Bootstrap components. + {{ site.forkawesome.name }} works great with the full range of Bootstrap components.
{% highlight html %} @@ -66,7 +66,7 @@ Settings - Font AwesomeThe following examples are kept simple and assume use of Font Awesome CDN, which provides auto-accessibility support. If you are not using the Font Awesome CDN, please see the manual accessibility examples and read more about making your icons more awesome for all users
+The following examples are kept simple. So please be sure to visit the manual accessibility examples and read more about making your icons accessible for all users.