mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding official font awesome logo, adding official google logo #
This commit is contained in:
parent
5e36a38de8
commit
545f1cbacc
@ -1,7 +1,7 @@
|
|||||||
# [Font Awesome v4.6.2](http://fontawesome.io)
|
# [Font Awesome v4.6.2](http://fontawesome.io)
|
||||||
### The iconic font and CSS framework
|
### The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 632 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 634 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).
|
||||||
|
8
css/font-awesome.css
vendored
8
css/font-awesome.css
vendored
@ -2169,6 +2169,14 @@
|
|||||||
.fa-themeisle:before {
|
.fa-themeisle:before {
|
||||||
content: "\f2b2";
|
content: "\f2b2";
|
||||||
}
|
}
|
||||||
|
.fa-google-plus-circle:before,
|
||||||
|
.fa-google-plus-official:before {
|
||||||
|
content: "\f2b3";
|
||||||
|
}
|
||||||
|
.fa-fa:before,
|
||||||
|
.fa-font-awesome:before {
|
||||||
|
content: "\f2b4";
|
||||||
|
}
|
||||||
.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.
@ -727,3 +727,7 @@
|
|||||||
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
|
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
|
||||||
.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; }
|
.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; }
|
||||||
.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; }
|
.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; }
|
||||||
|
.@{fa-css-prefix}-google-plus-circle:before,
|
||||||
|
.@{fa-css-prefix}-google-plus-official:before { content: @fa-var-google-plus-official; }
|
||||||
|
.@{fa-css-prefix}-fa:before,
|
||||||
|
.@{fa-css-prefix}-font-awesome:before { content: @fa-var-font-awesome; }
|
||||||
|
@ -240,6 +240,7 @@
|
|||||||
@fa-var-eye: "\f06e";
|
@fa-var-eye: "\f06e";
|
||||||
@fa-var-eye-slash: "\f070";
|
@fa-var-eye-slash: "\f070";
|
||||||
@fa-var-eyedropper: "\f1fb";
|
@fa-var-eyedropper: "\f1fb";
|
||||||
|
@fa-var-fa: "\f2b4";
|
||||||
@fa-var-facebook: "\f09a";
|
@fa-var-facebook: "\f09a";
|
||||||
@fa-var-facebook-f: "\f09a";
|
@fa-var-facebook-f: "\f09a";
|
||||||
@fa-var-facebook-official: "\f230";
|
@fa-var-facebook-official: "\f230";
|
||||||
@ -287,6 +288,7 @@
|
|||||||
@fa-var-folder-open: "\f07c";
|
@fa-var-folder-open: "\f07c";
|
||||||
@fa-var-folder-open-o: "\f115";
|
@fa-var-folder-open-o: "\f115";
|
||||||
@fa-var-font: "\f031";
|
@fa-var-font: "\f031";
|
||||||
|
@fa-var-font-awesome: "\f2b4";
|
||||||
@fa-var-fonticons: "\f280";
|
@fa-var-fonticons: "\f280";
|
||||||
@fa-var-fort-awesome: "\f286";
|
@fa-var-fort-awesome: "\f286";
|
||||||
@fa-var-forumbee: "\f211";
|
@fa-var-forumbee: "\f211";
|
||||||
@ -318,6 +320,8 @@
|
|||||||
@fa-var-globe: "\f0ac";
|
@fa-var-globe: "\f0ac";
|
||||||
@fa-var-google: "\f1a0";
|
@fa-var-google: "\f1a0";
|
||||||
@fa-var-google-plus: "\f0d5";
|
@fa-var-google-plus: "\f0d5";
|
||||||
|
@fa-var-google-plus-circle: "\f2b3";
|
||||||
|
@fa-var-google-plus-official: "\f2b3";
|
||||||
@fa-var-google-plus-square: "\f0d4";
|
@fa-var-google-plus-square: "\f0d4";
|
||||||
@fa-var-google-wallet: "\f1ee";
|
@fa-var-google-wallet: "\f1ee";
|
||||||
@fa-var-graduation-cap: "\f19d";
|
@fa-var-graduation-cap: "\f19d";
|
||||||
|
@ -727,3 +727,7 @@
|
|||||||
.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; }
|
.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; }
|
||||||
.#{$fa-css-prefix}-yoast:before { content: $fa-var-yoast; }
|
.#{$fa-css-prefix}-yoast:before { content: $fa-var-yoast; }
|
||||||
.#{$fa-css-prefix}-themeisle:before { content: $fa-var-themeisle; }
|
.#{$fa-css-prefix}-themeisle:before { content: $fa-var-themeisle; }
|
||||||
|
.#{$fa-css-prefix}-google-plus-circle:before,
|
||||||
|
.#{$fa-css-prefix}-google-plus-official:before { content: $fa-var-google-plus-official; }
|
||||||
|
.#{$fa-css-prefix}-fa:before,
|
||||||
|
.#{$fa-css-prefix}-font-awesome:before { content: $fa-var-font-awesome; }
|
||||||
|
@ -240,6 +240,7 @@ $fa-var-external-link-square: "\f14c";
|
|||||||
$fa-var-eye: "\f06e";
|
$fa-var-eye: "\f06e";
|
||||||
$fa-var-eye-slash: "\f070";
|
$fa-var-eye-slash: "\f070";
|
||||||
$fa-var-eyedropper: "\f1fb";
|
$fa-var-eyedropper: "\f1fb";
|
||||||
|
$fa-var-fa: "\f2b4";
|
||||||
$fa-var-facebook: "\f09a";
|
$fa-var-facebook: "\f09a";
|
||||||
$fa-var-facebook-f: "\f09a";
|
$fa-var-facebook-f: "\f09a";
|
||||||
$fa-var-facebook-official: "\f230";
|
$fa-var-facebook-official: "\f230";
|
||||||
@ -287,6 +288,7 @@ $fa-var-folder-o: "\f114";
|
|||||||
$fa-var-folder-open: "\f07c";
|
$fa-var-folder-open: "\f07c";
|
||||||
$fa-var-folder-open-o: "\f115";
|
$fa-var-folder-open-o: "\f115";
|
||||||
$fa-var-font: "\f031";
|
$fa-var-font: "\f031";
|
||||||
|
$fa-var-font-awesome: "\f2b4";
|
||||||
$fa-var-fonticons: "\f280";
|
$fa-var-fonticons: "\f280";
|
||||||
$fa-var-fort-awesome: "\f286";
|
$fa-var-fort-awesome: "\f286";
|
||||||
$fa-var-forumbee: "\f211";
|
$fa-var-forumbee: "\f211";
|
||||||
@ -318,6 +320,8 @@ $fa-var-glide-g: "\f2a6";
|
|||||||
$fa-var-globe: "\f0ac";
|
$fa-var-globe: "\f0ac";
|
||||||
$fa-var-google: "\f1a0";
|
$fa-var-google: "\f1a0";
|
||||||
$fa-var-google-plus: "\f0d5";
|
$fa-var-google-plus: "\f0d5";
|
||||||
|
$fa-var-google-plus-circle: "\f2b3";
|
||||||
|
$fa-var-google-plus-official: "\f2b3";
|
||||||
$fa-var-google-plus-square: "\f0d4";
|
$fa-var-google-plus-square: "\f0d4";
|
||||||
$fa-var-google-wallet: "\f1ee";
|
$fa-var-google-wallet: "\f1ee";
|
||||||
$fa-var-graduation-cap: "\f19d";
|
$fa-var-graduation-cap: "\f19d";
|
||||||
|
Binary file not shown.
@ -5838,6 +5838,7 @@ icons:
|
|||||||
id: fort-awesome
|
id: fort-awesome
|
||||||
unicode: f286
|
unicode: f286
|
||||||
created: 4.5
|
created: 4.5
|
||||||
|
url: fortawesome.com
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
@ -6161,3 +6162,22 @@ icons:
|
|||||||
url: themeisle.com
|
url: themeisle.com
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Google Plus Official
|
||||||
|
id: google-plus-official
|
||||||
|
unicode: f2b3
|
||||||
|
created: 4.6
|
||||||
|
aliases:
|
||||||
|
- google-plus-circle
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Font Awesome
|
||||||
|
id: font-awesome
|
||||||
|
unicode: f2b4
|
||||||
|
created: 4.6
|
||||||
|
url: fontawesome.io
|
||||||
|
aliases:
|
||||||
|
- fa
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user