Adding 500px #599

This commit is contained in:
Dave Gandy 2015-07-27 20:28:12 -07:00
parent 79da09460b
commit 0696a81da1
10 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#[Font Awesome v4.4.0](http://fontawesome.io) #[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework ###The iconic font and CSS framework
Font Awesome is a full suite of 567 pictographic icons for easy scalable vector graphics on websites, Font Awesome is a full suite of 568 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](http://twitter.com/davegandy). created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter: Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome). [@fontawesome](http://twitter.com/fontawesome).

View File

@ -1972,3 +1972,6 @@
.fa-contao:before { .fa-contao:before {
content: "\f26d"; content: "\f26d";
} }
.fa-500px:before {
content: "\f26e";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -658,3 +658,4 @@
.@{fa-css-prefix}-tv:before, .@{fa-css-prefix}-tv:before,
.@{fa-css-prefix}-television:before { content: @fa-var-television; } .@{fa-css-prefix}-television:before { content: @fa-var-television; }
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; } .@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }

View File

@ -11,6 +11,7 @@
@fa-inverse: #fff; @fa-inverse: #fff;
@fa-li-width: (30em / 14); @fa-li-width: (30em / 14);
@fa-var-500px: "\f26e";
@fa-var-adjust: "\f042"; @fa-var-adjust: "\f042";
@fa-var-adn: "\f170"; @fa-var-adn: "\f170";
@fa-var-align-center: "\f037"; @fa-var-align-center: "\f037";

View File

@ -658,3 +658,4 @@
.#{$fa-css-prefix}-tv:before, .#{$fa-css-prefix}-tv:before,
.#{$fa-css-prefix}-television:before { content: $fa-var-television; } .#{$fa-css-prefix}-television:before { content: $fa-var-television; }
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; } .#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }
.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; }

View File

@ -11,6 +11,7 @@ $fa-border-color: #eee !default;
$fa-inverse: #fff !default; $fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default; $fa-li-width: (30em / 14) !default;
$fa-var-500px: "\f26e";
$fa-var-adjust: "\f042"; $fa-var-adjust: "\f042";
$fa-var-adn: "\f170"; $fa-var-adn: "\f170";
$fa-var-align-center: "\f037"; $fa-var-align-center: "\f037";

View File

@ -5484,3 +5484,10 @@ icons:
created: 4.4 created: 4.4
categories: categories:
- Brand Icons - Brand Icons
- name: 500px
id: 500px
unicode: f26e
created: 4.4
categories:
- Brand Icons