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>2019-02-13 01:29:55 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 01:29:55 +0300
commitcef18c76d28eb505127cfef3e0ad5c6f53cd41bb (patch)
treed7a7f5be1ab1f3855061312082d8ec2e5319598a /less
parent001c33769cf0c5ba7a649f033ae4294aef67d60f (diff)
Adds Python icon. Fices #124
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 24b1e2e78..89730cf41 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -866,3 +866,5 @@
.@{fa-css-prefix}-digitalocean:before { content: @fa-var-digitalocean; }
.@{fa-css-prefix}-att:before { content: @fa-var-att; }
.@{fa-css-prefix}-gitea:before { content: @fa-var-gitea; }
+.@{fa-css-prefix}-file-epub:before { content: @fa-var-file-epub; }
+.@{fa-css-prefix}-python:before { content: @fa-var-python; }
diff --git a/less/variables.less b/less/variables.less
index 54e3f4a95..ce54faa8a 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -289,6 +289,7 @@
@fa-var-file-archive-o: "\f1c6";
@fa-var-file-audio-o: "\f1c7";
@fa-var-file-code-o: "\f1c9";
+@fa-var-file-epub: "\f321";
@fa-var-file-excel-o: "\f1c3";
@fa-var-file-image-o: "\f1c5";
@fa-var-file-movie-o: "\f1c8";
@@ -586,6 +587,7 @@
@fa-var-print: "\f02f";
@fa-var-product-hunt: "\f288";
@fa-var-puzzle-piece: "\f12e";
+@fa-var-python: "\f322";
@fa-var-qq: "\f1d6";
@fa-var-qrcode: "\f029";
@fa-var-question: "\f128";