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-03-03 00:47:45 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-03-03 00:47:45 +0300
commitaa06d24942abf4b82b93893500e3950eed9c10dd (patch)
treed6f317986aa3a767ad14830cf684c5a498f0b229 /less
parent1518d0263092b18806a67ca17096c577f06a3466 (diff)
Adds Debian icon, fixes #44
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 b96b99a18..6cfcdefcd 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -816,3 +816,4 @@
.@{fa-css-prefix}-archive-org:before { content: @fa-var-archive-org; }
.@{fa-css-prefix}-freedombox:before { content: @fa-var-freedombox; }
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; }
+.@{fa-css-prefix}-debian:before { content: @fa-var-debian; }
diff --git a/less/variables.less b/less/variables.less
index c41d7eed6..2f97e7d82 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -217,6 +217,7 @@
@fa-var-database: "\f1c0";
@fa-var-deaf: "\f2a4";
@fa-var-deafness: "\f2a4";
+@fa-var-debian: "\f2ff";
@fa-var-dedent: "\f03b";
@fa-var-delicious: "\f1a5";
@fa-var-desktop: "\f108";