artyompetrov / AutoDefine_oxfordlearnersdictionaries

An add-on to Anki that auto-defines words and images.
GNU General Public License v2.0
17 stars 10 forks source link

Is that possible to change the font size? #13

Closed shenweiyang closed 1 year ago

shenweiyang commented 1 year ago

Dear Artyompetrov,

One more question, is that possible to change the font size or distance between lines? It would be great if we could create a card with a compact layout suitable for mobile devices. This add-on is fantastic and I'm using it everyday, best if more suitable for smartphones.

artyompetrov commented 1 year ago

Hello! You can do so by editing card template:

image

Code to copy:

<style>
div
{
  font-size: 200%;
}
</style>