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

.aed-glyph::before {
  content: "\e900";
  font-family: 'aed-currency' !important;
  speak: none;
  display: inline-block;
  line-height: 1;
  vertical-align: -0.1em;
}

.woocommerce-Price-currencySymbol.aed-glyph::before {
  margin-right: .25em;
}
