PluginProbe
wpForo Forum / 1.1.2
wpForo Forum v1.1.2
3.2.1 3.2.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 All 141 releases
wpforo / wpf-assets / css / font-awesome / less / core.less

core.less in wpForo Forum 1.1.2, at wpf-assets/css/font-awesome/less/core.less

13 lines 452 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // Base Class Definition
2 // -------------------------
3
4 .@{fa-css-prefix} {
5 display: inline-block;
6 font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
7 font-size: inherit; // can't have font-size inherit on line above, so need to override
8 text-rendering: auto; // optimizelegibility throws things off #1094
9 -webkit-font-smoothing: antialiased;
10 -moz-osx-font-smoothing: grayscale;
11
12 }
13