summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/_includes/code/core.scss
blob: 4114bc8db8fce2434020137ca98d2aa64f6c3753 (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;