View Single Post
Old 12-22-2025, 10:32 PM   #5
PiperKev
Connoisseur
PiperKev began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2020
Device: KOA3 JB
Quote:
Originally Posted by Karellen View Post
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;
}
PiperKev is offline   Reply With Quote