electorrent
Version:
An Electron/Node/AngularJS remote client app for uTorrent server
39 lines (34 loc) • 875 B
CSS
@font-face {
font-family: 'bittorrent';
src:
url('fonts/bittorrent.ttf?tbdk60') format('truetype'),
url('fonts/bittorrent.woff?tbdk60') format('woff'),
url('fonts/bittorrent.svg?tbdk60#bittorrent') format('svg');
font-weight: normal;
font-style: normal;
}
.torrent.icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'bittorrent' ;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.rtorrent:before {
content: "\e902";
}
.transmission:before {
content: "\e903";
}
.qbittorrent:before {
content: "\e900";
}
.utorrent:before {
content: "\e901";
}