Dirham - the UAE Dirham symbol font
https://dirhamfont.com

WHAT IT IS
Type the letter D (or d) in this font and it renders as the official
UAE Dirham currency symbol. No special keyboard, no copy-pasting
unicode characters - just D.

The symbol is also available at its Unicode Private Use Area codepoint,
U+E000, for apps/workflows that prefer that.

FILES
  Dirham-Regular.otf    desktop install (Mac/Windows)
  Dirham-Regular.ttf    desktop install (Mac/Windows), older systems
  Dirham-Regular.woff   web use (@font-face)

INSTALL ON MAC
  Double-click Dirham-Regular.otf -> Install Font (Font Book opens it).
  Family name: "Dirham"

INSTALL ON WINDOWS
  Right-click Dirham-Regular.ttf -> Install.

USE ON THE WEB
  @font-face {
    font-family: "Dirham";
    src: url("Dirham-Regular.woff") format("woff");
  }
  .price::before {
    font-family: "Dirham";
    content: "D";
  }

CREDIT
  Dirham Font by Tamer Azab, Senior Creative Director - tamer.ae
  Made with love in the UAE, for the UAE.

LICENSE
  ISC License - free for personal and commercial use. See LICENSE.txt.
