mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
adding copyright symbol
This commit is contained in:
parent
97f27a74c9
commit
81495a9e95
@ -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 460 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 461 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
@ -1609,3 +1609,6 @@
|
|||||||
.fa-trash:before {
|
.fa-trash:before {
|
||||||
content: "\f1f8";
|
content: "\f1f8";
|
||||||
}
|
}
|
||||||
|
.fa-copyright:before {
|
||||||
|
content: "\f1f9";
|
||||||
|
}
|
||||||
|
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.
@ -528,3 +528,4 @@
|
|||||||
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
|
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
|
||||||
.@{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; }
|
||||||
|
@ -139,6 +139,7 @@
|
|||||||
@fa-var-compass: "\f14e";
|
@fa-var-compass: "\f14e";
|
||||||
@fa-var-compress: "\f066";
|
@fa-var-compress: "\f066";
|
||||||
@fa-var-copy: "\f0c5";
|
@fa-var-copy: "\f0c5";
|
||||||
|
@fa-var-copyright: "\f1f9";
|
||||||
@fa-var-credit-card: "\f09d";
|
@fa-var-credit-card: "\f09d";
|
||||||
@fa-var-crop: "\f125";
|
@fa-var-crop: "\f125";
|
||||||
@fa-var-crosshairs: "\f05b";
|
@fa-var-crosshairs: "\f05b";
|
||||||
|
@ -528,3 +528,4 @@
|
|||||||
.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
|
.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
|
||||||
.#{$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; }
|
||||||
|
@ -139,6 +139,7 @@ $fa-var-comments-o: "\f0e6";
|
|||||||
$fa-var-compass: "\f14e";
|
$fa-var-compass: "\f14e";
|
||||||
$fa-var-compress: "\f066";
|
$fa-var-compress: "\f066";
|
||||||
$fa-var-copy: "\f0c5";
|
$fa-var-copy: "\f0c5";
|
||||||
|
$fa-var-copyright: "\f1f9";
|
||||||
$fa-var-credit-card: "\f09d";
|
$fa-var-credit-card: "\f09d";
|
||||||
$fa-var-crop: "\f125";
|
$fa-var-crop: "\f125";
|
||||||
$fa-var-crosshairs: "\f05b";
|
$fa-var-crosshairs: "\f05b";
|
||||||
|
Binary file not shown.
@ -3427,3 +3427,10 @@ icons:
|
|||||||
created: 4.2
|
created: 4.2
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Copyright
|
||||||
|
id: copyright
|
||||||
|
unicode: f1f9
|
||||||
|
created: 4.2
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user