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-18 04:11:10 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-18 04:11:10 +0300
commit8131158fb7b80556a274934cbc5b04b12312dd38 (patch)
tree8e3131b8f0e1b61b2f863b1a046373cbf57aedc7 /less
parent6c7ca0914758226bfdb70912b62eb0c267c7ab24 (diff)
Adding a Fork Awesome icon to the icon set
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 4912e2705..7533a7cd5 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -787,3 +787,5 @@
.@{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; }
+.@{fa-css-prefix}-fork-circle:before,
+.@{fa-css-prefix}-fork-awesome:before { content: @fa-var-fork-awesome; }
diff --git a/less/variables.less b/less/variables.less
index 33f10eebc..500429d69 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -305,6 +305,8 @@
@fa-var-font: "\f031";
@fa-var-font-awesome: "\f2b4";
@fa-var-fonticons: "\f280";
+@fa-var-fork-awesome: "\f2e3";
+@fa-var-fork-circle: "\f2e3";
@fa-var-fort-awesome: "\f286";
@fa-var-forumbee: "\f211";
@fa-var-forward: "\f04e";