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:
authorDave Gandy <dave@davegandy.com>2016-04-08 01:40:02 +0300
committerDave Gandy <dave@davegandy.com>2016-04-08 01:40:02 +0300
commit373cf12fad26f32617176bbfefa485ff2e58d7d9 (patch)
tree0fae1b938ae5af2a6ef3134acb783a1fdbb86c7e /less
parente471f97bcee845201f601eee9baf74d72273d003 (diff)
Adding low-vision #8895
Diffstat (limited to 'less')
-rw-r--r--less/icons.less2
-rw-r--r--less/variables.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/less/icons.less b/less/icons.less
index 1964e2762..2ed76a276 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -702,7 +702,6 @@
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
.@{fa-css-prefix}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; }
.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }
-.@{fa-css-prefix}-low-vision:before,
.@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
@@ -717,3 +716,4 @@
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
.@{fa-css-prefix}-signing:before,
.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; }
+.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }
diff --git a/less/variables.less b/less/variables.less
index 807309832..3213e6115 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -410,7 +410,7 @@
@fa-var-long-arrow-left: "\f177";
@fa-var-long-arrow-right: "\f178";
@fa-var-long-arrow-up: "\f176";
-@fa-var-low-vision: "\f29d";
+@fa-var-low-vision: "\f2a8";
@fa-var-magic: "\f0d0";
@fa-var-magnet: "\f076";
@fa-var-mail-forward: "\f064";