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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.svg#icomoon") format("svg");
  }
}

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {   
  font-family: icomoon;
  font-size: 20px;
  font-style: normal;
}

.icon-noun-iot:before {
  content: "\e900";
}
.icon-noun-wireless:before {
  content: "\e901";
}
.icon-noun-software:before {
  content: "\e902";
}
.icon-noun-audio:before {
  content: "\e903";
}
.icon-noun-control:before {
  content: "\e904";
}
.icon-noun-oscilloscope:before {
  content: "\e905";
}
.icon-noun-cpu:before {
  content: "\e906";
}
.icon-noun-python:before {
  content: "\e907";
}
.icon-noun-pcb:before {
  content: "\e908";
}
