When working with the spell test function on Anki Desktop i.e. {{type:WordUnderTest}}, no matter how I set the font family in card styling, it comes out with a very blocky old-style font. It’s fine in English, but my cards have Hebrew and it really looks quite horrible and hard to read. Would love some help in getting it changed.
֬It’s fine when typing the word,
<script>
function playAudio(){
var audioDiv = document.getElementById(‘audio’);
var audio = audioDiv.getElementsByTagName(“*”);
audio[0].click();
}
</script>
Is there a related way to change the font in the text box while typing? Now that the unreadability problem is fixed the mismatch between fonts is annoying me.