mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-28 14:12:22 +08:00
Adding quora #510
This commit is contained in:
parent
91927150d8
commit
60e16b5262
@ -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 648 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 649 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
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2223,6 +2223,9 @@
|
|||||||
.fa-id-card-o:before {
|
.fa-id-card-o:before {
|
||||||
content: "\f2c3";
|
content: "\f2c3";
|
||||||
}
|
}
|
||||||
|
.fa-quora:before {
|
||||||
|
content: "\f2c4";
|
||||||
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
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.
@ -749,3 +749,4 @@
|
|||||||
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; }
|
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; }
|
||||||
.@{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; }
|
||||||
|
@ -524,6 +524,7 @@
|
|||||||
@fa-var-question: "\f128";
|
@fa-var-question: "\f128";
|
||||||
@fa-var-question-circle: "\f059";
|
@fa-var-question-circle: "\f059";
|
||||||
@fa-var-question-circle-o: "\f29c";
|
@fa-var-question-circle-o: "\f29c";
|
||||||
|
@fa-var-quora: "\f2c4";
|
||||||
@fa-var-quote-left: "\f10d";
|
@fa-var-quote-left: "\f10d";
|
||||||
@fa-var-quote-right: "\f10e";
|
@fa-var-quote-right: "\f10e";
|
||||||
@fa-var-ra: "\f1d0";
|
@fa-var-ra: "\f1d0";
|
||||||
|
@ -749,3 +749,4 @@
|
|||||||
.#{$fa-css-prefix}-id-card:before { content: $fa-var-id-card; }
|
.#{$fa-css-prefix}-id-card:before { content: $fa-var-id-card; }
|
||||||
.#{$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; }
|
||||||
|
@ -524,6 +524,7 @@ $fa-var-qrcode: "\f029";
|
|||||||
$fa-var-question: "\f128";
|
$fa-var-question: "\f128";
|
||||||
$fa-var-question-circle: "\f059";
|
$fa-var-question-circle: "\f059";
|
||||||
$fa-var-question-circle-o: "\f29c";
|
$fa-var-question-circle-o: "\f29c";
|
||||||
|
$fa-var-quora: "\f2c4";
|
||||||
$fa-var-quote-left: "\f10d";
|
$fa-var-quote-left: "\f10d";
|
||||||
$fa-var-quote-right: "\f10e";
|
$fa-var-quote-right: "\f10e";
|
||||||
$fa-var-ra: "\f1d0";
|
$fa-var-ra: "\f1d0";
|
||||||
|
Binary file not shown.
@ -6325,3 +6325,10 @@ icons:
|
|||||||
- drivers-license-o
|
- drivers-license-o
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Quora
|
||||||
|
id: quora
|
||||||
|
unicode: f2c4
|
||||||
|
created: 4.7
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user