mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Merge branch 'master' of https://github.com/FortAwesome/Font-Awesome
This commit is contained in:
commit
ab2201e8c4
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -122,7 +122,7 @@ relative_path: ../
|
||||
<div class="download-preprocessors" id="download-preprocessors">
|
||||
<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>
|
||||
<li>Copy the <code>font-awesome/</code> directory into your project.</li>
|
||||
<li>
|
||||
@ -133,7 +133,7 @@ relative_path: ../
|
||||
{% endhighlight %}
|
||||
<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>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>
|
||||
</ol>
|
||||
</div>
|
||||
@ -150,10 +150,10 @@ relative_path: ../
|
||||
</h2>
|
||||
|
||||
<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>
|
||||
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>
|
||||
<ol>
|
||||
<li>
|
||||
@ -184,10 +184,10 @@ $ gem install font-awesome-less
|
||||
</div>
|
||||
|
||||
<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>
|
||||
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>
|
||||
<ol>
|
||||
<li>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user