From c27c1a59b9d68bf0a5d020ce0611e818ba461c4a Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 28 Dec 2014 15:27:45 +0100 Subject: Added a variable to customise base font size Closes #5128 --- less/core.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'less/core.less') diff --git a/less/core.less b/less/core.less index 01d1910f7..71103b7ac 100644 --- a/less/core.less +++ b/less/core.less @@ -3,9 +3,10 @@ .@{fa-css-prefix} { display: inline-block; - font: normal normal normal 14px/1 FontAwesome; // shortening font declaration + font: normal normal normal @fa-font-size-base/1 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; -moz-osx-font-smoothing: grayscale; + } -- cgit v1.2.3