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

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  margin-right: .2em;
  font-size: 18px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-blog-bar:before {
  content: "\e900";
}
.icons-shop-bar:before {
  content: "\e901";
}
