Quote:
Originally Posted by Karellen
What is the code for class="Emoji" in the css?
Is it using AppleColorEmoji?
|
I found two entries in the CSS:
@font-face {
font-family: "Apple Color Emoji";
font-style: normal;
font-weight: normal;
src: url(../font/AppleColorEmoji.ttc);
}
span.Emoji {
font-family: "Apple Color Emoji", sans-serif;
font-size: 0.75em;
font-style: normal;
font-weight: normal;
}