Hi guys,
I'm trying to get some emojis into my book, but they show up in black and white.
My css looks like that and I get no errors on building the book, but I unfortunately get only black and white versions of these ๐ค๐๐ค๐ฐ๐๐คฉ๐๐ค๐คจ๐คญ๐ฆ :
@font-face {
font-family: Emoji;
src: url("../Fonts/TwitterEmoji.ttf") format('opentype');
}
body {
font-family: 'Raleway', sans-serif, Emoji;
font-size: .9em;
line-height: 25px;
font-style: normal;
font-weight: 400;
}
Is there anything that could cause that? I was searching for documentation about this feature, but I didn't found anything except the few posts about emojis that were written in the "black and white" emoji age
I'm using the Twitter Emoji font from https://github.com/eosrei/twemoji-color-font/releases
I would greatly appreciate some help on this topic or pointers to documentation. Thanks for creating this fabulous PDF creator!
Cheers,
Tom
I'm trying to get some emojis into my book, but they show up in black and white.
My css looks like that and I get no errors on building the book, but I unfortunately get only black and white versions of these ๐ค๐๐ค๐ฐ๐๐คฉ๐๐ค๐คจ๐คญ๐ฆ :
@font-face {
font-family: Emoji;
src: url("../Fonts/TwitterEmoji.ttf") format('opentype');
}
body {
font-family: 'Raleway', sans-serif, Emoji;
font-size: .9em;
line-height: 25px;
font-style: normal;
font-weight: 400;
}
Is there anything that could cause that? I was searching for documentation about this feature, but I didn't found anything except the few posts about emojis that were written in the "black and white" emoji age
I'm using the Twitter Emoji font from https://github.com/eosrei/twemoji-color-font/releases
I would greatly appreciate some help on this topic or pointers to documentation. Thanks for creating this fabulous PDF creator!
Cheers,
Tom