View Single Post
Old 09-22-2021, 11:38 PM   #6
Iridium
Junior Member
Iridium began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2021
Device: Kobo Libra H2O
Quote:
Originally Posted by DNSB View Post
As I said, I added the Noto Emoji font as an embedded font and it worked. I also tried adding the Noto Emoji to the fonts directory on my Forma and it worked from there as well. I also tested a couple of other fonts that had emoji support and the results were pretty decent.
Thanks alot for taking the trouble to do this, with your epub I managed to figure out what I was doing wrong: your epub worked, as expected; my previous error was because I was doing

Code:
<span style="font-family:'Noto Emoji'">
..with STYLE in uppercase. Don't know how I missed that.

Anyway, glad it was just my stupid mistake and not some incompatibility problem, although changing font face on my Kobo Libra doesn't work when changing to Noto Emoji font: all text in the book just vanishes, which is odd.

With that said, just to be able to get ALL the emojis I wanted, I ended up adding inline SVGs to the book, which have the bonus of looking better, although the CSS dimensions took some work.

Thanks again to you both. Problem fixed now.
Iridium is offline   Reply With Quote