Dave Gandy преди 11 години
родител
ревизия
223251b2af
променени са 10 файла, в които са добавени 15 реда и са изтрити 1 реда
  1. 1 1
      README.md
  2. 3 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. BIN
      fonts/FontAwesome.otf
  5. 1 0
      less/icons.less
  6. 1 0
      less/variables.less
  7. 1 0
      scss/_icons.scss
  8. 1 0
      scss/_variables.scss
  9. BIN
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 7 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.2.0](http://fontawesome.io)
 #[Font Awesome v4.2.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 ###The iconic font and CSS framework
 
 
-Font Awesome is a full suite of 461 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 462 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 [@fontawesome](http://twitter.com/fontawesome).
 Stay up to date [@fontawesome](http://twitter.com/fontawesome).
 
 

+ 3 - 0
css/font-awesome.css

@@ -1612,3 +1612,6 @@
 .fa-copyright:before {
 .fa-copyright:before {
   content: "\f1f9";
   content: "\f1f9";
 }
 }
+.fa-at:before {
+  content: "\f1fa";
+}

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -529,3 +529,4 @@
 .@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }
 .@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }
 .@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
 .@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
 .@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
 .@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
+.@{fa-css-prefix}-at:before { content: @fa-var-at; }

+ 1 - 0
less/variables.less

@@ -45,6 +45,7 @@
 @fa-var-arrows-h: "\f07e";
 @fa-var-arrows-h: "\f07e";
 @fa-var-arrows-v: "\f07d";
 @fa-var-arrows-v: "\f07d";
 @fa-var-asterisk: "\f069";
 @fa-var-asterisk: "\f069";
+@fa-var-at: "\f1fa";
 @fa-var-automobile: "\f1b9";
 @fa-var-automobile: "\f1b9";
 @fa-var-backward: "\f04a";
 @fa-var-backward: "\f04a";
 @fa-var-ban: "\f05e";
 @fa-var-ban: "\f05e";

+ 1 - 0
scss/_icons.scss

@@ -529,3 +529,4 @@
 .#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }
 .#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }
 .#{$fa-css-prefix}-trash:before { content: $fa-var-trash; }
 .#{$fa-css-prefix}-trash:before { content: $fa-var-trash; }
 .#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; }
 .#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; }
+.#{$fa-css-prefix}-at:before { content: $fa-var-at; }

+ 1 - 0
scss/_variables.scss

@@ -45,6 +45,7 @@ $fa-var-arrows-alt: "\f0b2";
 $fa-var-arrows-h: "\f07e";
 $fa-var-arrows-h: "\f07e";
 $fa-var-arrows-v: "\f07d";
 $fa-var-arrows-v: "\f07d";
 $fa-var-asterisk: "\f069";
 $fa-var-asterisk: "\f069";
+$fa-var-at: "\f1fa";
 $fa-var-automobile: "\f1b9";
 $fa-var-automobile: "\f1b9";
 $fa-var-backward: "\f04a";
 $fa-var-backward: "\f04a";
 $fa-var-ban: "\f05e";
 $fa-var-ban: "\f05e";

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


+ 7 - 0
src/icons.yml

@@ -3434,3 +3434,10 @@ icons:
     created:    4.2
     created:    4.2
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
+
+  - name:       At
+    id:         at
+    unicode:    f1fa
+    created:    4.2
+    categories:
+      - Web Application Icons

Някои файлове не бяха показани, защото твърде много файлове са промени