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
diff options
context:
space:
mode:
authorAaron Reisman <aaron@hired.com>2015-04-18 06:37:34 +0300
committerDave Gandy <dave@davegandy.com>2015-07-29 00:54:16 +0300
commitc39a063a09eaaa4c8fec3fb848c8bea962a7cb49 (patch)
treedd548ef5da4a14463b5c3405d4e085a0121c5b2f /less/core.less
parentdcbac6038d631ace0f1c424e8a71266c11df800e (diff)
Add feature to customize line-height-base
Diffstat (limited to 'less/core.less')
-rw-r--r--less/core.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/core.less b/less/core.less
index f814f1e17..123ef28f9 100644
--- a/less/core.less
+++ b/less/core.less
@@ -3,7 +3,7 @@
.@{fa-css-prefix} {
display: inline-block;
- font: normal normal normal @fa-font-size-base/1 FontAwesome; // shortening font declaration
+ font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;