mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
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:
@@ -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.
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user