Hi,
I am using the following code to display a font awesome icon but it won’t display, please can you help?
#element::after {
content: ‘\e0ee’;
font-family: “Font Awesome Kit”;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
display: inline-block;
clear: both;
color: rgb(59, 188, 160);
position: absolute;
top: 15px;
left: 78px;
}
Thanks