Skip to content

Instantly share code, notes, and snippets.

@jeffreypriebe
Created July 15, 2015 07:33
Show Gist options
  • Save jeffreypriebe/fb3f8c869d41eeae6dc4 to your computer and use it in GitHub Desktop.
Save jeffreypriebe/fb3f8c869d41eeae6dc4 to your computer and use it in GitHub Desktop.
/* 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