summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/_includes/code/core.less
blob: 7ca5f7471c4d9b8581d356af31fa0e1b1497876b (plain)
1
2
3
4
5
6
  display: inline-block;
  font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // 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;