Created
September 1, 2015 09:18
-
-
Save sdeluce/ea094f9a762d8f72c336 to your computer and use it in GitHub Desktop.
Lissage Css pour le font Ico
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .ico { | |
| speak: none; | |
| font-style: normal; | |
| font-weight: normal; | |
| font-variant: normal; | |
| text-transform: none; | |
| line-height: 1; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment