Pārlūkot izejas kodu

Merge branch 'master' of https://github.com/FortAwesome/Font-Awesome

Dave Gandy 8 gadi atpakaļ
vecāks
revīzija
ab2201e8c4
4 mainītis faili ar 40 papildinājumiem un 11 dzēšanām
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      package.json
  3. 8 8
      src/get-started.html
  4. 30 1
      src/icons.yml

+ 1 - 1
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/)
 - 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)
 - 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
 - End all lines with a semi-colon
 - For multiple, comma-separated selectors, place each selector on its own line
 - 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)
 - 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)

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "description": "The iconic font and CSS framework",
   "description": "The iconic font and CSS framework",
   "version": "4.7.0",
   "version": "4.7.0",
   "style": "css/font-awesome.css",
   "style": "css/font-awesome.css",
-  "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
+  "keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
   "homepage": "http://fontawesome.io/",
   "homepage": "http://fontawesome.io/",
   "bugs": {
   "bugs": {
     "url" : "http://github.com/FortAwesome/Font-Awesome/issues"
     "url" : "http://github.com/FortAwesome/Font-Awesome/issues"

+ 8 - 8
src/get-started.html

@@ -122,7 +122,7 @@ relative_path: ../
     <div class="download-preprocessors" id="download-preprocessors">
     <div class="download-preprocessors" id="download-preprocessors">
       <h3>Using Sass or Less</h3>
       <h3>Using Sass or Less</h3>
 
 
-      <p>Use this method to customize Font Awesome {{ site.fontawesome.version }} using LESS or SASS.</p>
+      <p>Use this method to customize Font Awesome {{ site.fontawesome.version }} using Less or Sass.</p>
       <ol>
       <ol>
         <li>Copy the <code>font-awesome/</code> directory into your project.</li>
         <li>Copy the <code>font-awesome/</code> directory into your project.</li>
         <li>
         <li>
@@ -133,7 +133,7 @@ relative_path: ../
 {% endhighlight %}
 {% endhighlight %}
           <p class="alert alert-success"><i class="fa fa-info-circle"></i> The font path is relative from your compiled CSS directory.</p>
           <p class="alert alert-success"><i class="fa fa-info-circle"></i> The font path is relative from your compiled CSS directory.</p>
         </li>
         </li>
-        <li>Re-compile your LESS or SASS if using a static compiler. Otherwise, you should be good to go.</li>
+        <li>Re-compile your Less or Sass if using a static compiler. Otherwise, you should be good to go.</li>
         <li>Check out the <a href="{{ page.relative_path }}examples/">examples</a> to start using Font Awesome!</li>
         <li>Check out the <a href="{{ page.relative_path }}examples/">examples</a> to start using Font Awesome!</li>
       </ol>
       </ol>
     </div>
     </div>
@@ -150,10 +150,10 @@ relative_path: ../
     </h2>
     </h2>
 
 
     <div class="ruby-gem-less margin-bottom-xl" id="ruby-gem-less">
     <div class="ruby-gem-less margin-bottom-xl" id="ruby-gem-less">
-      <h3><a href="https://github.com/FortAwesome/font-awesome-less">LESS Ruby Gem</a></h3>
+      <h3><a href="https://github.com/FortAwesome/font-awesome-less">Less Ruby Gem</a></h3>
       <p>
       <p>
-        Use the <a href="https://github.com/FortAwesome/font-awesome-less">Official Font Awesome LESS Ruby Gem</a> to easily get Font
-        Awesome LESS into a Rails project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
+        Use the <a href="https://github.com/FortAwesome/font-awesome-less">Official Font Awesome Less Ruby Gem</a> to easily get Font
+        Awesome Less into a Rails project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
       </p>
       </p>
       <ol>
       <ol>
         <li>
         <li>
@@ -184,10 +184,10 @@ $ gem install font-awesome-less
     </div>
     </div>
 
 
     <div class="ruby-gem-sass" id="ruby-gem-sass">
     <div class="ruby-gem-sass" id="ruby-gem-sass">
-      <h3><a href="https://github.com/FortAwesome/font-awesome-sass">SASS Ruby Gem</a></h3>
+      <h3><a href="https://github.com/FortAwesome/font-awesome-sass">Sass Ruby Gem</a></h3>
       <p>
       <p>
-        Use the <a href="https://github.com/FortAwesome/font-awesome-sass">Official Font Awesome SASS Ruby Gem</a> to easily get Font
-        Awesome SASS into a Rails or Compass project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
+        Use the <a href="https://github.com/FortAwesome/font-awesome-sass">Official Font Awesome Sass Ruby Gem</a> to easily get Font
+        Awesome Sass into a Rails or Compass project. Generously maintained by <a href="https://twitter.com/supercodepoet/">@supercodepoet</a>.
       </p>
       </p>
       <ol>
       <ol>
         <li>
         <li>

+ 30 - 1
src/icons.yml

@@ -40,10 +40,11 @@ icons:
     created:    1.0
     created:    1.0
     filter:
     filter:
       - email
       - email
-      - support
       - e-mail
       - e-mail
       - letter
       - letter
+      - support
       - mail
       - mail
+      - message
       - notification
       - notification
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
@@ -2243,6 +2244,7 @@ icons:
       - letter
       - letter
       - support
       - support
       - mail
       - mail
+      - message
       - notification
       - notification
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
@@ -4040,6 +4042,14 @@ icons:
     id:         envelope-square
     id:         envelope-square
     unicode:    f199
     unicode:    f199
     created:    4.1
     created:    4.1
+    filter:
+      - email
+      - e-mail
+      - letter
+      - support
+      - mail
+      - message
+      - notification
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
 
 
@@ -4776,6 +4786,9 @@ icons:
     id:         at
     id:         at
     unicode:    f1fa
     unicode:    f1fa
     created:    4.2
     created:    4.2
+    filter:
+      - email
+      - e-mail
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
 
 
@@ -6230,6 +6243,14 @@ icons:
     id:         envelope-open
     id:         envelope-open
     unicode:    f2b6
     unicode:    f2b6
     created:    4.7
     created:    4.7
+    filter:
+      - email
+      - e-mail
+      - letter
+      - support
+      - mail
+      - message
+      - notification
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
 
 
@@ -6237,6 +6258,14 @@ icons:
     id:         envelope-open-o
     id:         envelope-open-o
     unicode:    f2b7
     unicode:    f2b7
     created:    4.7
     created:    4.7
+    filter:
+      - email
+      - e-mail
+      - letter
+      - support
+      - mail
+      - message
+      - notification
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons