I’m having an issue where AJT Japanese seems to be changing a font (maybe).
You can see the font for the Kanji for two at the top is different than the Kanji for two in the sample sentence. Its also making the answer a stronger font as well. How can I make this consistent? I’ve tried to change the CSS setting many times but can’t seem to get it to work.
Perhaps I need to revert back to the original AJT Card Settings but I can’t find them anywhere.
This is my current CSS:
@import url(“_ajt_japanese_24.10.8.1.css”);
.card {
font-family: arial;
font-size: 35px;
text-align: center;
color: black;
background-color: white;
}
.jp { font-size: 35px }
.win .jp { font-family: “MS Mincho”, “MS 明朝”; }
.mac .jp { font-family: “Hiragino Mincho Pro”, “ヒラギノ明朝 Pro”; }
.linux .jp { font-family: “Kochi Mincho”, “東風明朝”; }
.mobile .jp { font-family: “Hiragino Mincho ProN”; }
Can anyone point me in the right direction?