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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icomoon {
    display:inline-block;
    /* Default is 14 px, but my font is a bit too big.*/
    font:normal normal normal 14px/1.15 icomoon;
    font-size:85%;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.icon-ri:before {
  content: "\e904";
}
