Front Template:
<span style="font-family: IPAGothic; font-size: 60px; color: #ffffff;"><span style="font-family: IPAGothic; font-size: 56px; color: #ffffff">{{Front}}</span></span>
Styling:
.card {font-family: myfont;
font-size: 20px;
text-align: center;
color: white;
background-color: black;
}
@font-face { font-family: myfont; src: url('_ipag.ttf'); }
Back Template:
{{FrontSide}}
<hr id=answer>
<span style="font-family: IPAGothic; font-size: 38px; color: #ffffff;"><span style="font-family: IPAGothic; font-size: 33px; color: #ffffff">{{Back}}</span></span>
--
You received this message because you are subscribed to the Google Groups "AnkiDroid" group.
To unsubscribe from this group and stop receiving emails from it, send an email to anki-android...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
font-size: 20px;
text-align: center;
color: white;
background-color: black;
}