'Wingdings font in FF and Chrome
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;
}
Solution 1:[1]
Try this:
font-family: "Wingdings 3";
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Andrew Bacon |