rudnam / JP-study

Anki templates, etc. for learning Japanese
17 stars 0 forks source link

IPA symbols don't show up in Ankidroid #3

Closed FoundNull closed 3 months ago

FoundNull commented 3 months ago

Hello! A few days ago, I attempted to add IPA transcription to my cards. However, I noticed that certain symbols were not recognized. Even after changing the font, I was still unable to fix the issue.

It is worth mentioning that this problem only occurs in specific fields:

Screenshot_20240329-120331_AnkiDroid~2 Screenshot_20240329-120420_AnkiDroid~3

rudnam commented 3 months ago

Hi, can you try to find .info in the Styling part of the template and replace it with this:

.info {
  font-size: calc(var(--main-font-size) * 1.5);
  font-family: var(--sub-font);
}
FoundNull commented 3 months ago

That worked. Thank you very much!