I would like to use font Wingdings in my app,
it is working well in IE, but in FF and Chrome instead of chars I see a latter.
How to use this font in FF in correct way ?
.changehistorybtn {
cursor: pointer;
color: hsl(215, 47%, 57%);
font-family: Wingdings 3;
}
Try this: