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,
but when the comparison is generated, the font changes
The card template is as follows:
{{Audio}}REPLAY<script>
function playAudio(){
var audioDiv = document.getElementById(‘audio’);
var audio = audioDiv.getElementsByTagName(“*”);
audio[0].click();
}
</script></br>
</br>
{{hint:Definition}}</br>
</br>
{{ImagePrompt}}<br>
{{type:Word}}

