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).

diff --git a/src/_includes/examples/bootstrap.html b/src/_includes/examples/bootstrap.html index 51a65f143..2ec5273d2 100644 --- a/src/_includes/examples/bootstrap.html +++ b/src/_includes/examples/bootstrap.html @@ -57,7 +57,7 @@

- 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 Awesome
Version {{ site.fontawesome.version }}
+ {{ site.forkawesome.name }}
Version {{ site.fontawesome.version }}
diff --git a/src/accessibility.html b/src/accessibility.html index 762b32c0f..74fdffc78 100644 --- a/src/accessibility.html +++ b/src/accessibility.html @@ -28,7 +28,7 @@ relative_path: ../ {% include accessibility/accessibility-manual.html %} diff --git a/src/assets/less/site/example-rating.less b/src/assets/less/site/example-rating.less index 92fd968d0..188b7dad8 100644 --- a/src/assets/less/site/example-rating.less +++ b/src/assets/less/site/example-rating.less @@ -4,7 +4,7 @@ font-size: 30px; span.star { - font-family: FontAwesome; + font-family: ForkAwesome; font-weight: normal; font-style: normal; display: inline-block; diff --git a/src/examples.html b/src/examples.html index 0c456fbdd..58a0f511c 100644 --- a/src/examples.html +++ b/src/examples.html @@ -22,7 +22,7 @@ relative_path: ../
-

The 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.