Remove fontello

This is no longer used now that the octicons include video/audio
on/off icons that are used in the collaboration package.
This commit is contained in:
Kevin Sawicki
2013-08-19 21:42:32 -07:00
parent 3cb3c888ba
commit e13eebdcd2
3 changed files with 0 additions and 27 deletions

View File

@@ -1,20 +0,0 @@
@fontello-video: "\e800";
@fontello-audio: "\e801";
.fontello-icon(@name, @size: 16px) {
&:before {
font-family: 'fontello';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-decoration: none;
font-size: @size;
width: @size;
height: @size;
content: @@name
}
}

Binary file not shown.

View File

@@ -69,10 +69,3 @@ html, body {
min-width: 0;
}
}
@font-face {
font-family: 'fontello';
src: url("fontello.woff") format("woff");
font-weight: normal;
font-style: normal;
}