Has anyone ever got the Epson fonts to work with AnkiDroid? I've seen a few posts about trouble with them, e.g., here.
Instead of doing
"<span class="mystyle">{{FieldName}}</span>"
"@font-face { font-family: myfont; src: url('_arial.ttf'); }
.mystyle { font-family: myfont; }
.mac .mystyle { font-family: Helvetica; }",
you can do it in one "font-family" definition:
"<span class="swiss_style">{{FieldName}}</span>"
"@font-face { font-family: local_hel; src: url('_helvetica.ttf'); }
.swiss_style { font-family: "local_hel", "Helvetica", "Bitsream Vera", "Arial", sans-serif;}"
How to rescue the Epson “ttf30” and possible other fonts.