Selaa lähdekoodia

Adding Free Code Camp icon #6927

Dave Gandy 8 vuotta sitten
vanhempi
sitoutus
2d07b44f9a

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # [Font Awesome v4.7.0](http://fontawesome.io)
 # [Font Awesome v4.7.0](http://fontawesome.io)
 ### The iconic font and CSS framework
 ### The iconic font and CSS framework
 
 
-Font Awesome is a full suite of 649 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 650 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](https://twitter.com/davegandy).
 created and maintained by [Dave Gandy](https://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).

+ 3 - 0
css/font-awesome.css

@@ -2226,6 +2226,9 @@
 .fa-quora:before {
 .fa-quora:before {
   content: "\f2c4";
   content: "\f2c4";
 }
 }
+.fa-free-code-camp:before {
+  content: "\f2c5";
+}
 .sr-only {
 .sr-only {
   position: absolute;
   position: absolute;
   width: 1px;
   width: 1px;

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -750,3 +750,4 @@
 .@{fa-css-prefix}-drivers-license-o:before,
 .@{fa-css-prefix}-drivers-license-o:before,
 .@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; }
 .@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; }
 .@{fa-css-prefix}-quora:before { content: @fa-var-quora; }
 .@{fa-css-prefix}-quora:before { content: @fa-var-quora; }
+.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }

+ 1 - 0
less/variables.less

@@ -302,6 +302,7 @@
 @fa-var-forumbee: "\f211";
 @fa-var-forumbee: "\f211";
 @fa-var-forward: "\f04e";
 @fa-var-forward: "\f04e";
 @fa-var-foursquare: "\f180";
 @fa-var-foursquare: "\f180";
+@fa-var-free-code-camp: "\f2c5";
 @fa-var-frown-o: "\f119";
 @fa-var-frown-o: "\f119";
 @fa-var-futbol-o: "\f1e3";
 @fa-var-futbol-o: "\f1e3";
 @fa-var-gamepad: "\f11b";
 @fa-var-gamepad: "\f11b";

+ 1 - 0
scss/_icons.scss

@@ -750,3 +750,4 @@
 .#{$fa-css-prefix}-drivers-license-o:before,
 .#{$fa-css-prefix}-drivers-license-o:before,
 .#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; }
 .#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; }
 .#{$fa-css-prefix}-quora:before { content: $fa-var-quora; }
 .#{$fa-css-prefix}-quora:before { content: $fa-var-quora; }
+.#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; }

+ 1 - 0
scss/_variables.scss

@@ -302,6 +302,7 @@ $fa-var-fort-awesome: "\f286";
 $fa-var-forumbee: "\f211";
 $fa-var-forumbee: "\f211";
 $fa-var-forward: "\f04e";
 $fa-var-forward: "\f04e";
 $fa-var-foursquare: "\f180";
 $fa-var-foursquare: "\f180";
+$fa-var-free-code-camp: "\f2c5";
 $fa-var-frown-o: "\f119";
 $fa-var-frown-o: "\f119";
 $fa-var-futbol-o: "\f1e3";
 $fa-var-futbol-o: "\f1e3";
 $fa-var-gamepad: "\f11b";
 $fa-var-gamepad: "\f11b";

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


+ 7 - 0
src/icons.yml

@@ -6332,3 +6332,10 @@ icons:
     created:    4.7
     created:    4.7
     categories:
     categories:
       - Brand Icons
       - Brand Icons
+
+  - name:       Free Code Camp
+    id:         free-code-camp
+    unicode:    f2c5
+    created:    4.7
+    categories:
+      - Brand Icons

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä