Hi everyone,
I am having trouble getting a specific font (KaiTi) to appear on my chinese text on Anki mobile (IOS).
Here’s how it appears on my Windows desktop, which is great:
And here’s how it appear on the mobile IOS version, which does not show the KaiTi font:
As for styling, here’s the code I have:
.card {
font-family: Helvetica, Kaiti;
font-size: 40px;
text-align: center;
}
Would appreciate any help with this.
Thank you.