From c39a063a09eaaa4c8fec3fb848c8bea962a7cb49 Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Fri, 17 Apr 2015 20:37:34 -0700 Subject: Add feature to customize line-height-base --- less/core.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/core.less') 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; -- cgit v1.2.3