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

[class^="myIcons_"]::before, [class*=" myIcons_"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'myIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.myIcons_briefcase:before {
  content: "\e900";
}
.myIcons_leaf:before {
  content: "\e901";
}
.myIcons_rectangle-portrait:before {
  content: "\e902";
}
.myIcons_umbrella:before {
  content: "\e903";
}
