@font-face {
  font-family: 'currencies';
  src: url('/fonts/currencies/currencies.ttf') format('truetype'),
    url('/fonts/currencies/currencies.woff') format('woff'),
    url('/fonts/currencies/currencies.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

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