mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
adding at symbol #1101
This commit is contained in:
parent
81495a9e95
commit
223251b2af
@ -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
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1612,3 +1612,6 @@
|
|||||||
.fa-copyright:before {
|
.fa-copyright:before {
|
||||||
content: "\f1f9";
|
content: "\f1f9";
|
||||||
}
|
}
|
||||||
|
.fa-at:before {
|
||||||
|
content: "\f1fa";
|
||||||
|
}
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -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; }
|
||||||
|
@ -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";
|
||||||
|
@ -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; }
|
||||||
|
@ -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";
|
||||||
|
Binary file not shown.
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user