Adding icons fa-mastodon & fa-mastodon-alt
@ -1,7 +1,7 @@
|
||||
# [Font Awesome v4.7.0](http://fontawesome.io) [![Changelog #226](https://img.shields.io/badge/changelog-%23226-9E978E.svg)](https://changelog.com/podcast/226)
|
||||
### The iconic font and CSS framework
|
||||
|
||||
Font Awesome is a full suite of 675 pictographic icons for easy scalable vector graphics on websites,
|
||||
Font Awesome is a full suite of 677 pictographic icons for easy scalable vector graphics on websites,
|
||||
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
||||
Stay up to date with the latest release and announcements on Twitter:
|
||||
[@fontawesome](https://twitter.com/fontawesome).
|
||||
|
10
css/font-awesome.css
vendored
@ -61,7 +61,7 @@
|
||||
}
|
||||
.fa-border {
|
||||
padding: .2em .25em .15em;
|
||||
border: solid 0.08em #eeeeee;
|
||||
border: solid 0.08em #eee;
|
||||
border-radius: .1em;
|
||||
}
|
||||
.fa-pull-left {
|
||||
@ -176,7 +176,7 @@
|
||||
font-size: 2em;
|
||||
}
|
||||
.fa-inverse {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
@ -2316,6 +2316,12 @@
|
||||
.fa-meetup:before {
|
||||
content: "\f2e0";
|
||||
}
|
||||
.fa-mastodon:before {
|
||||
content: "\f2e1";
|
||||
}
|
||||
.fa-mastodon-alt:before {
|
||||
content: "\f2e2";
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
2
css/font-awesome.min.css
vendored
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 435 KiB |
@ -787,3 +787,5 @@
|
||||
.@{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; }
|
||||
.@{fa-css-prefix}-mastodon:before { content: @fa-var-mastodon; }
|
||||
.@{fa-css-prefix}-mastodon-alt:before { content: @fa-var-mastodon-alt; }
|
||||
|
@ -454,6 +454,8 @@
|
||||
@fa-var-mars-stroke: "\f229";
|
||||
@fa-var-mars-stroke-h: "\f22b";
|
||||
@fa-var-mars-stroke-v: "\f22a";
|
||||
@fa-var-mastodon: "\f2e1";
|
||||
@fa-var-mastodon-alt: "\f2e2";
|
||||
@fa-var-maxcdn: "\f136";
|
||||
@fa-var-meanpath: "\f20c";
|
||||
@fa-var-medium: "\f23a";
|
||||
|
@ -787,3 +787,5 @@
|
||||
.#{$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; }
|
||||
.#{$fa-css-prefix}-mastodon:before { content: $fa-var-mastodon; }
|
||||
.#{$fa-css-prefix}-mastodon-alt:before { content: $fa-var-mastodon-alt; }
|
||||
|
@ -454,6 +454,8 @@ $fa-var-mars-double: "\f227";
|
||||
$fa-var-mars-stroke: "\f229";
|
||||
$fa-var-mars-stroke-h: "\f22b";
|
||||
$fa-var-mars-stroke-v: "\f22a";
|
||||
$fa-var-mastodon: "\f2e1";
|
||||
$fa-var-mastodon-alt: "\f2e2";
|
||||
$fa-var-maxcdn: "\f136";
|
||||
$fa-var-meanpath: "\f20c";
|
||||
$fa-var-medium: "\f23a";
|
||||
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 435 KiB |
@ -6576,3 +6576,27 @@ icons:
|
||||
created: 4.7
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Mastodon
|
||||
id: mastodon
|
||||
unicode: f2e1
|
||||
created: 5.0
|
||||
url: joinmastodon.org
|
||||
filter:
|
||||
- toot
|
||||
- social network
|
||||
categories:
|
||||
- Web Application Icons
|
||||
- Brand Icons
|
||||
|
||||
- name: Mastodon Alt
|
||||
id: mastodon-alt
|
||||
unicode: f2e2
|
||||
created: 5.0
|
||||
url: joinmastodon.org
|
||||
filter:
|
||||
- toot
|
||||
- social network
|
||||
categories:
|
||||
- Web Application Icons
|
||||
- Brand Icons
|
||||
|