mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding Amazon #471
This commit is contained in:
parent
0696a81da1
commit
0762b174ac
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.4.0](http://fontawesome.io)
|
#[Font Awesome v4.4.0](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 568 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 569 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 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
@ -1975,3 +1975,6 @@
|
|||||||
.fa-500px:before {
|
.fa-500px:before {
|
||||||
content: "\f26e";
|
content: "\f26e";
|
||||||
}
|
}
|
||||||
|
.fa-amazon:before {
|
||||||
|
content: "\f270";
|
||||||
|
}
|
||||||
|
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.
@ -659,3 +659,4 @@
|
|||||||
.@{fa-css-prefix}-television:before { content: @fa-var-television; }
|
.@{fa-css-prefix}-television:before { content: @fa-var-television; }
|
||||||
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
|
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
|
||||||
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }
|
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }
|
||||||
|
.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; }
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
@fa-var-align-justify: "\f039";
|
@fa-var-align-justify: "\f039";
|
||||||
@fa-var-align-left: "\f036";
|
@fa-var-align-left: "\f036";
|
||||||
@fa-var-align-right: "\f038";
|
@fa-var-align-right: "\f038";
|
||||||
|
@fa-var-amazon: "\f270";
|
||||||
@fa-var-ambulance: "\f0f9";
|
@fa-var-ambulance: "\f0f9";
|
||||||
@fa-var-anchor: "\f13d";
|
@fa-var-anchor: "\f13d";
|
||||||
@fa-var-android: "\f17b";
|
@fa-var-android: "\f17b";
|
||||||
|
@ -659,3 +659,4 @@
|
|||||||
.#{$fa-css-prefix}-television:before { content: $fa-var-television; }
|
.#{$fa-css-prefix}-television:before { content: $fa-var-television; }
|
||||||
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }
|
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }
|
||||||
.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; }
|
.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; }
|
||||||
|
.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; }
|
||||||
|
@ -18,6 +18,7 @@ $fa-var-align-center: "\f037";
|
|||||||
$fa-var-align-justify: "\f039";
|
$fa-var-align-justify: "\f039";
|
||||||
$fa-var-align-left: "\f036";
|
$fa-var-align-left: "\f036";
|
||||||
$fa-var-align-right: "\f038";
|
$fa-var-align-right: "\f038";
|
||||||
|
$fa-var-amazon: "\f270";
|
||||||
$fa-var-ambulance: "\f0f9";
|
$fa-var-ambulance: "\f0f9";
|
||||||
$fa-var-anchor: "\f13d";
|
$fa-var-anchor: "\f13d";
|
||||||
$fa-var-android: "\f17b";
|
$fa-var-android: "\f17b";
|
||||||
|
Binary file not shown.
@ -5491,3 +5491,11 @@ icons:
|
|||||||
created: 4.4
|
created: 4.4
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
|
||||||
|
- name: Amazon
|
||||||
|
id: amazon
|
||||||
|
unicode: f270
|
||||||
|
created: 4.4
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user