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

.ifm {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconFontMy' !important;
  speak: none;
  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;
}

.if-iconmy-mouse:before {
  content: "\e900";
}
.if-iconmy-smartphone:before {
  content: "\e901";
}
.if-iconmy-users:before {
  content: "\e902";
}

