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-26 08:34:55 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-26 08:34:55 +0300
commit87f503bdd4528c76dcc03ca5b5719f36308b45eb (patch)
tree66daa4c6208579b260b6b5ebb22ba921a0a458ef /less
parent42bd963a69a8b149fa3d063a4fa0fa8f5b0ee665 (diff)
Adding the Archive.org icon
Diffstat (limited to 'less')
-rw-r--r--less/icons.less1
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 89c558562..04b2f3308 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -813,3 +813,4 @@
.@{fa-css-prefix}-cut-key:before,
.@{fa-css-prefix}-key-modern:before { content: @fa-var-key-modern; }
.@{fa-css-prefix}-xmpp:before { content: @fa-var-xmpp; }
+.@{fa-css-prefix}-archive-org:before { content: @fa-var-archive-org; }
diff --git a/less/variables.less b/less/variables.less
index f99c83399..90b68a7a2 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -39,6 +39,7 @@
@fa-var-angle-up: "\f106";
@fa-var-apple: "\f179";
@fa-var-archive: "\f187";
+@fa-var-archive-org: "\f2fc";
@fa-var-area-chart: "\f1fe";
@fa-var-arrow-circle-down: "\f0ab";
@fa-var-arrow-circle-left: "\f0a8";