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/mixins.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'less/mixins.less') diff --git a/less/mixins.less b/less/mixins.less index b7bfadc79..b5e0702fc 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -3,11 +3,12 @@ .fa-icon() { 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; + } .fa-icon-rotate(@degrees, @rotation) { -- cgit v1.2.3