@font-face {
	font-family: "myprojects";
	src: url("fonts/iconcool.svg#iconcool") format("svg"),
url("fonts/iconcool.ttf") format("truetype"),
url("fonts/iconcool.woff") format("woff"),
url("fonts/iconcool.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

.myprojects-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'myprojects' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hua-pending-review:before {
	content: "\e384";
}
.icon-hua-pending-calculation:before {
	content: "\e385";
}
.icon-hua-tags:before {
	content: "\e386";
}
.icon-hua-offline-calculation:before {
	content: "\e387";
}
.icon-hua-scene-interpretation:before {
	content: "\e391";
}
.icon-hua-draft:before {
	content: "\e392";
}
