Advertisement
Guest User

Untitled

a guest
May 30th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. /* Move base font icon styles onto :before in order to
  2. avoid affecting text styles on the parent element */
  3. [class^="icon-"], [class*=" icon-"] {
  4. &:before {
  5. font-family: 'su-icons';
  6. speak: none;
  7. font-style: normal;
  8. font-weight: normal;
  9. font-variant: normal;
  10. text-transform: none;
  11. line-height: 1;
  12. /* Normalize font size adjust incase its been changed for
  13. custom web fonts. This fixes incorrect icon sizes in Firefox ~37 */
  14. font-size-adjust: none;
  15.  
  16. /* Better Font Rendering =========== */
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement