mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
Adding meetup #1588
This commit is contained in:
parent
c6f76a60be
commit
3f5146adb3
@ -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 672 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 675 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).
|
||||||
|
9
css/font-awesome.css
vendored
9
css/font-awesome.css
vendored
@ -2306,6 +2306,15 @@
|
|||||||
.fa-snowflake-o:before {
|
.fa-snowflake-o:before {
|
||||||
content: "\f2dc";
|
content: "\f2dc";
|
||||||
}
|
}
|
||||||
|
.fa-superpowers:before {
|
||||||
|
content: "\f2dd";
|
||||||
|
}
|
||||||
|
.fa-wpexplorer:before {
|
||||||
|
content: "\f2de";
|
||||||
|
}
|
||||||
|
.fa-meetup:before {
|
||||||
|
content: "\f2e0";
|
||||||
|
}
|
||||||
.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.
@ -784,3 +784,6 @@
|
|||||||
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
||||||
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
||||||
.@{fa-css-prefix}-snowflake-o:before { content: @fa-var-snowflake-o; }
|
.@{fa-css-prefix}-snowflake-o:before { content: @fa-var-snowflake-o; }
|
||||||
|
.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; }
|
||||||
|
.@{fa-css-prefix}-wpexplorer:before { content: @fa-var-wpexplorer; }
|
||||||
|
.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; }
|
||||||
|
@ -458,6 +458,7 @@
|
|||||||
@fa-var-meanpath: "\f20c";
|
@fa-var-meanpath: "\f20c";
|
||||||
@fa-var-medium: "\f23a";
|
@fa-var-medium: "\f23a";
|
||||||
@fa-var-medkit: "\f0fa";
|
@fa-var-medkit: "\f0fa";
|
||||||
|
@fa-var-meetup: "\f2e0";
|
||||||
@fa-var-meh-o: "\f11a";
|
@fa-var-meh-o: "\f11a";
|
||||||
@fa-var-mercury: "\f223";
|
@fa-var-mercury: "\f223";
|
||||||
@fa-var-microchip: "\f2db";
|
@fa-var-microchip: "\f2db";
|
||||||
@ -655,6 +656,7 @@
|
|||||||
@fa-var-subway: "\f239";
|
@fa-var-subway: "\f239";
|
||||||
@fa-var-suitcase: "\f0f2";
|
@fa-var-suitcase: "\f0f2";
|
||||||
@fa-var-sun-o: "\f185";
|
@fa-var-sun-o: "\f185";
|
||||||
|
@fa-var-superpowers: "\f2dd";
|
||||||
@fa-var-superscript: "\f12b";
|
@fa-var-superscript: "\f12b";
|
||||||
@fa-var-support: "\f1cd";
|
@fa-var-support: "\f1cd";
|
||||||
@fa-var-table: "\f0ce";
|
@fa-var-table: "\f0ce";
|
||||||
@ -779,6 +781,7 @@
|
|||||||
@fa-var-won: "\f159";
|
@fa-var-won: "\f159";
|
||||||
@fa-var-wordpress: "\f19a";
|
@fa-var-wordpress: "\f19a";
|
||||||
@fa-var-wpbeginner: "\f297";
|
@fa-var-wpbeginner: "\f297";
|
||||||
|
@fa-var-wpexplorer: "\f2de";
|
||||||
@fa-var-wpforms: "\f298";
|
@fa-var-wpforms: "\f298";
|
||||||
@fa-var-wrench: "\f0ad";
|
@fa-var-wrench: "\f0ad";
|
||||||
@fa-var-xing: "\f168";
|
@fa-var-xing: "\f168";
|
||||||
|
@ -784,3 +784,6 @@
|
|||||||
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
||||||
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
|
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
|
||||||
.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; }
|
.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; }
|
||||||
|
.#{$fa-css-prefix}-superpowers:before { content: $fa-var-superpowers; }
|
||||||
|
.#{$fa-css-prefix}-wpexplorer:before { content: $fa-var-wpexplorer; }
|
||||||
|
.#{$fa-css-prefix}-meetup:before { content: $fa-var-meetup; }
|
||||||
|
@ -458,6 +458,7 @@ $fa-var-maxcdn: "\f136";
|
|||||||
$fa-var-meanpath: "\f20c";
|
$fa-var-meanpath: "\f20c";
|
||||||
$fa-var-medium: "\f23a";
|
$fa-var-medium: "\f23a";
|
||||||
$fa-var-medkit: "\f0fa";
|
$fa-var-medkit: "\f0fa";
|
||||||
|
$fa-var-meetup: "\f2e0";
|
||||||
$fa-var-meh-o: "\f11a";
|
$fa-var-meh-o: "\f11a";
|
||||||
$fa-var-mercury: "\f223";
|
$fa-var-mercury: "\f223";
|
||||||
$fa-var-microchip: "\f2db";
|
$fa-var-microchip: "\f2db";
|
||||||
@ -655,6 +656,7 @@ $fa-var-subscript: "\f12c";
|
|||||||
$fa-var-subway: "\f239";
|
$fa-var-subway: "\f239";
|
||||||
$fa-var-suitcase: "\f0f2";
|
$fa-var-suitcase: "\f0f2";
|
||||||
$fa-var-sun-o: "\f185";
|
$fa-var-sun-o: "\f185";
|
||||||
|
$fa-var-superpowers: "\f2dd";
|
||||||
$fa-var-superscript: "\f12b";
|
$fa-var-superscript: "\f12b";
|
||||||
$fa-var-support: "\f1cd";
|
$fa-var-support: "\f1cd";
|
||||||
$fa-var-table: "\f0ce";
|
$fa-var-table: "\f0ce";
|
||||||
@ -779,6 +781,7 @@ $fa-var-windows: "\f17a";
|
|||||||
$fa-var-won: "\f159";
|
$fa-var-won: "\f159";
|
||||||
$fa-var-wordpress: "\f19a";
|
$fa-var-wordpress: "\f19a";
|
||||||
$fa-var-wpbeginner: "\f297";
|
$fa-var-wpbeginner: "\f297";
|
||||||
|
$fa-var-wpexplorer: "\f2de";
|
||||||
$fa-var-wpforms: "\f298";
|
$fa-var-wpforms: "\f298";
|
||||||
$fa-var-wrench: "\f0ad";
|
$fa-var-wrench: "\f0ad";
|
||||||
$fa-var-xing: "\f168";
|
$fa-var-xing: "\f168";
|
||||||
|
Binary file not shown.
@ -6514,3 +6514,27 @@ icons:
|
|||||||
created: 4.7
|
created: 4.7
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Superpowers
|
||||||
|
id: superpowers
|
||||||
|
unicode: f2dd
|
||||||
|
created: 4.7
|
||||||
|
url: superpowers.io
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: WPExplorer
|
||||||
|
id: wpexplorer
|
||||||
|
unicode: f2de
|
||||||
|
created: 4.7
|
||||||
|
url: wpexplorer.com
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
|
||||||
|
|
||||||
|
- name: Meetup
|
||||||
|
id: meetup
|
||||||
|
unicode: f2e0
|
||||||
|
created: 4.7
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user