Created
July 15, 2015 07:33
-
-
Save jeffreypriebe/fb3f8c869d41eeae6dc4 to your computer and use it in GitHub Desktop.
This file contains 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
/* font-face form icons.ie7.less - really should be extracted out and shared */ | |
@font-face { | |
font-family: 'icomoon'; | |
src:url('fonts/icomoon.eot'); | |
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), | |
url('fonts/icomoon.svg#icomoon') format('svg'), | |
url('fonts/icomoon.woff') format('woff'), | |
url('fonts/icomoon.ttf') format('truetype'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
... | |
.mce-i-media { &:before { font-family: 'icomoon'; content: "\e015"; } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment