UNPKG
new-uae-symbol
Version:
latest (1.0.0)
1.0.0
A simple package to use the new UAE Dirham symbol with a custom font.
new-uae-symbol
/
dist
/
uae-symbol.css
12 lines
(10 loc)
•
258 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@font-face
{
font-family
:
'UAESymbol'
;
src
:
url
(
'./uae-symbol.ttf'
)
format
(
'truetype'
);
font-weight
: normal;
font-style
: normal; }
/* UAE Dirham Symbol using Unicode */
.dirham-symbol
{
font-family
:
'UAESymbol'
; }