nivep
April 21, 2025, 4:34pm
1
I use a custom font to render emojis which works fine on both Windows and MacOS
.soundLink::after {
font-family: myfont;
content: '🔊';
font-size: 32px;
}
@font-face {
font-family: myfont;
src: url("_seguiemj.ttf");
}
however, it doesn’t work at all on my iPhone IOS 18.3
1 Like
Have you checked to make sure your media – including that font file – has fully synced to your iOS device? Cloud Sync - AnkiMobile Manual
nivep
April 22, 2025, 12:20am
3
Hmm… quite strange. Im pretty sure the sync was complete last night, but after a whole night, when I clicked sync again, it prompted me to download from AnkiWeb, then the problem solved.
1 Like
system
Closed
May 22, 2025, 12:21am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.