|
/*
Icon Font: avalanche_icons
*/
@font-face {
font-family: "avalanche_icons";
src: url("avalanche_icons_3d245f25153d8fe510efd22ff8197c7b.eot");
src: url("avalanche_icons_3d245f25153d8fe510efd22ff8197c7b.eot?#iefix") format("embedded-opentype"),
url("avalanche_icons_3d245f25153d8fe510efd22ff8197c7b.woff") format("woff"),
url("avalanche_icons_3d245f25153d8fe510efd22ff8197c7b.ttf") format("truetype"),
url("avalanche_icons_3d245f25153d8fe510efd22ff8197c7b.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_3d245f25153d8fe510efd22ff8197c7b.svg#avalanche_icons") format("svg");
}
}
[data-icon]:before { content: attr(data-icon); }
[data-icon]:before,
.icon-agent:before,
.icon-agent-circle:before,
.icon-avalanche:before,
.icon-bullet:before,
.icon-chat:before,
.icon-flaged:before,
.icon-lab:before,
.icon-message:before,
.icon-mission:before,
.icon-objective:before,
.icon-radar:before,
.icon-reward:before,
.icon-task:before,
.icon-validation: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-agent-circle:before { content: "\f107"; }
.icon-avalanche:before { content: "\f101"; }
.icon-bullet:before { content: "\f108"; }
.icon-chat:before { content: "\f102"; }
.icon-flaged:before { content: "\f10e"; }
.icon-lab:before { content: "\f10a"; }
.icon-message:before { content: "\f10b"; }
.icon-mission:before { content: "\f103"; }
.icon-objective:before { content: "\f10c"; }
.icon-radar:before { content: "\f104"; }
.icon-reward:before { content: "\f105"; }
.icon-task:before { content: "\f106"; }
.icon-validation:before { content: "\f10d"; }
|