Dave Gandy 10 éve
szülő
commit
0696a81da1

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.4.0](http://fontawesome.io)
 ###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).
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).

+ 3 - 0
css/font-awesome.css

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

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

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

+ 1 - 0
less/variables.less

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

+ 1 - 0
scss/_icons.scss

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

+ 1 - 0
scss/_variables.scss

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

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 7 - 0
src/icons.yml

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

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott