Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-04 01:24:37 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-04 01:24:37 +0300
commit09824f1fe00c7718edb504fc2f480655dfff9897 (patch)
tree3aa38d9c65c4d8779aa1dc89a548dcfb87434635 /less
parentbdfa9823c8b1e25a5c822f6c719ec0e38ead7f71 (diff)
Adding icons fa-mastodon & fa-mastodon-alt
Diffstat (limited to 'less')
-rw-r--r--less/icons.less2
-rw-r--r--less/variables.less2
2 files changed, 4 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 159d60042..1220004ca 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -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; }
diff --git a/less/variables.less b/less/variables.less
index 7ddbbc011..979131734 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -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";