Help request: Getting a specific font to appear on Anki on IOS

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.

Anki only has access to the fonts installed on your device or that you give it access to. If you don’t have that font on your iOS device, you can install it in your Anki collection. Styling & HTML - Anki Manual

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.