diff --git a/_config.yml b/_config.yml index 81d5c933e..1f6d1b4a0 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ fontawesome: blog_url: http://blog.fontawesome.io twitter: fontawesome tagline: The iconic font designed for Bootstrap - css_prefix: fa-icon + css_prefix: fa author: name: Dave Gandy email: dave@fontawesome.io diff --git a/less/variables.less b/less/variables.less index 3c13c4e81..c663afac8 100644 --- a/less/variables.less +++ b/less/variables.less @@ -1,9 +1,9 @@ // Variables // -------------------------- -@fa-css-prefix: fa-icon; @fa-font-path: "../fonts"; //@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/font"; // for referencing Bootstrap CDN font files directly +@fa-css-prefix: fa; @fa-version: "4.0.0"; @fa-border-color: #eee; @fa-icon-muted: #eee; diff --git a/scss/_variables.scss b/scss/_variables.scss index f14f5979e..d46645335 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1,9 +1,9 @@ // Variables // -------------------------- -$fa-css-prefix: fa; $fa-font-path: "../fonts" !default; //$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/font" !default; // for referencing Bootstrap CDN font files directly +$fa-css-prefix: fa; $fa-version: "4.0.0" !default; $fa-border-color: #eee !default; $fa-icon-muted: #eee !default; diff --git a/src/_includes/community/requesting-new-icons.html b/src/_includes/community/requesting-new-icons.html index a59b7b185..1b723dea5 100644 --- a/src/_includes/community/requesting-new-icons.html +++ b/src/_includes/community/requesting-new-icons.html @@ -21,7 +21,7 @@
- Use the fa-icon-spin
class to get any icon to rotate. Works well with fa-icon-spinner
,
- fa-icon-refresh
, and fa-icon-cog
.
+ Use the fa-spin
class to get any icon to rotate. Works well with fa-spinner
,
+ fa-refresh
, and fa-cog
.
- - - + + +
- CSS3 animations aren't supported in IE8 - IE9. + CSS3 animations aren't supported in IE8 - IE9.
- Use fa-icon-border
and pull-right
or pull-left
for easy pull quotes or
+ Use fa-border
and pull-right
or pull-left
for easy pull quotes or
article graphics.
- Reload + Reload - Checkout + Checkout
- Comment + Comment - Info + Info
- Delete + Delete - Settings + Settings
- Font Awesome
Version {{ site.fontawesome.version }}
+ Font Awesome
Version {{ site.fontawesome.version }}
- Synchronizing Content... + Synchronizing Content...
Font Awesome icons work great in buttons. You can even combine them with larger icon styles,
- pull-right
and pull-left
, and fa-icon-spin
.
+ pull-right
and pull-left
, and fa-spin
.
- To increase the size of icons relative to its container, use fa-icon-lg
, fa-icon-2x
,
- fa-icon-3x
, or fa-icon-4x
.
+ To increase the size of icons relative to its container, use fa-lg
, fa-2x
,
+ fa-3x
, or fa-4x
.
- Increase the icon size by using the fa-icon-lg
(33% increase), fa-icon-2x
,
- fa-icon-3x
, or fa-icon-4x
classes.
+ Increase the icon size by using the fa-lg
(33% increase), fa-2x
,
+ fa-3x
, or fa-4x
classes.
fa-icon-camera-retro
-fa-icon-camera-retro
-fa-icon-camera-retro
-fa-icon-camera-retro
+fa-camera-retro
+fa-camera-retro
+fa-camera-retro
+fa-camera-retro
fa-icon-camera-retro
-fa-icon-camera-retro
-fa-icon-camera-retro
-fa-icon-camera-retro
+fa-camera-retro
+fa-camera-retro
+fa-camera-retro
+fa-camera-retro
{% endhighlight %}Easily replace individual list bullets.
{% highlight html %} -Use Font Awesome icons in navigation to provide helpful visual cues.
{% highlight html %} {% endhighlight %}- Rotating and flipping icons aren't yet supported in IE7. + Rotating and flipping icons aren't yet supported in IE7.
fa-icon-stack
class on the parent and
- fa-icon-stack-base
for the bottom icon.
+ A method for easily stacking multiple icons. Use the fa-stack
class on the parent and
+ fa-stack-base
for the bottom icon.