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: ../
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.
font-awesome/
directory into your project.The font path is relative from your compiled CSS directory.
- 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.
- 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.