adding at symbol #1101

This commit is contained in:
Dave Gandy 2014-08-24 16:13:45 -05:00
parent 81495a9e95
commit 223251b2af
10 changed files with 16 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.2.0](http://fontawesome.io)
###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).
Stay up to date [@fontawesome](http://twitter.com/fontawesome).

View file

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -529,3 +529,4 @@
.@{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}-copyright:before { content: @fa-var-copyright; }
.@{fa-css-prefix}-at:before { content: @fa-var-at; }

View file

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

View file

@ -529,3 +529,4 @@
.#{$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}-copyright:before { content: $fa-var-copyright; }
.#{$fa-css-prefix}-at:before { content: $fa-var-at; }

View file

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

View file

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