diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f281d304f..094cef8e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered - Adhere to the [Recess CSS property order](http://markdotto.com/2011/11/29/css-property-order/) - Multiple-line approach (one property and value per line) -- Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`) +- Always a space after a property's colon (e.g., `display: block;` and not `display:block;`) - End all lines with a semi-colon - For multiple, comma-separated selectors, place each selector on its own line - Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks) diff --git a/package.json b/package.json index 86f58db06..a2bdaedec 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "The iconic font and CSS framework", "version": "4.7.0", "style": "css/font-awesome.css", - "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"], + "keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"], "homepage": "http://fontawesome.io/", "bugs": { "url" : "http://github.com/FortAwesome/Font-Awesome/issues" diff --git a/src/get-started.html b/src/get-started.html index cd63636dc..48ad89f06 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -122,7 +122,7 @@ relative_path: ../

Using Sass or Less

-

Use this method to customize Font Awesome {{ site.fontawesome.version }} using LESS or SASS.

+

Use this method to customize Font Awesome {{ site.fontawesome.version }} using Less or Sass.

  1. Copy the font-awesome/ directory into your project.
  2. @@ -133,7 +133,7 @@ relative_path: ../ {% endhighlight %}

    The font path is relative from your compiled CSS directory.

  3. -
  4. Re-compile your LESS or SASS if using a static compiler. Otherwise, you should be good to go.
  5. +
  6. Re-compile your Less or Sass if using a static compiler. Otherwise, you should be good to go.
  7. Check out the examples to start using Font Awesome!
@@ -150,10 +150,10 @@ relative_path: ../
-

LESS Ruby Gem

+

Less Ruby Gem

- Use the Official Font Awesome LESS Ruby Gem to easily get Font - Awesome LESS into a Rails project. Generously maintained by @supercodepoet. + Use the Official Font Awesome Less Ruby Gem to easily get Font + Awesome Less into a Rails project. Generously maintained by @supercodepoet.

  1. @@ -184,10 +184,10 @@ $ gem install font-awesome-less
-

SASS Ruby Gem

+

Sass Ruby Gem

- Use the Official Font Awesome SASS Ruby Gem to easily get Font - Awesome SASS into a Rails or Compass project. Generously maintained by @supercodepoet. + Use the Official Font Awesome Sass Ruby Gem to easily get Font + Awesome Sass into a Rails or Compass project. Generously maintained by @supercodepoet.

  1. diff --git a/src/icons.yml b/src/icons.yml index f86e49bb0..bcc050ed2 100644 --- a/src/icons.yml +++ b/src/icons.yml @@ -40,10 +40,11 @@ icons: created: 1.0 filter: - email - - support - e-mail - letter + - support - mail + - message - notification categories: - Web Application Icons @@ -2243,6 +2244,7 @@ icons: - letter - support - mail + - message - notification categories: - Web Application Icons @@ -4040,6 +4042,14 @@ icons: id: envelope-square unicode: f199 created: 4.1 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification categories: - Web Application Icons @@ -4776,6 +4786,9 @@ icons: id: at unicode: f1fa created: 4.2 + filter: + - email + - e-mail categories: - Web Application Icons @@ -6230,6 +6243,14 @@ icons: id: envelope-open unicode: f2b6 created: 4.7 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification categories: - Web Application Icons @@ -6237,6 +6258,14 @@ icons: id: envelope-open-o unicode: f2b7 created: 4.7 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification categories: - Web Application Icons