|
/*
Icon Font: avalanche_icons
*/
@font-face {
font-family: "avalanche_icons";
src: url("./avalanche_icons_af6e948d33944b2b4502ed0c610c6890.eot");
src: url("./avalanche_icons_af6e948d33944b2b4502ed0c610c6890.eot?#iefix") format("embedded-opentype"),
url("./avalanche_icons_af6e948d33944b2b4502ed0c610c6890.woff") format("woff"),
url("./avalanche_icons_af6e948d33944b2b4502ed0c610c6890.ttf") format("truetype"),
url("./avalanche_icons_af6e948d33944b2b4502ed0c610c6890.svg#avalanche_icons") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "avalanche_icons";
src: url("./avalanche_icons_af6e948d33944b2b4502ed0c610c6890.svg#avalanche_icons") format("svg");
}
}
[data-icon]:before { content: attr(data-icon); }
[data-icon]:before,
.icon-agent:before,
.icon-avalanche:before,
.icon-chat:before,
.icon-mission:before,
.icon-radar:before,
.icon-reward:before,
.icon-task:before {
display: inline-block;
font-family: "avalanche_icons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-agent:before { content: "\f100"; }
.icon-avalanche:before { content: "\f101"; }
.icon-chat:before { content: "\f102"; }
.icon-mission:before { content: "\f103"; }
.icon-radar:before { content: "\f104"; }
.icon-reward:before { content: "\f105"; }
.icon-task:before { content: "\f106"; }
|