Skip to content

Instantly share code, notes, and snippets.

@alishir
Created June 29, 2015 11:33
Show Gist options
  • Save alishir/6e48e2285f866f5e8023 to your computer and use it in GitHub Desktop.
Save alishir/6e48e2285f866f5e8023 to your computer and use it in GitHub Desktop.
anki styles.

Front Template

<div style='font-family: XB Niloofar; font-size: 20px;'>
{{Front}}
</div>

Styling

 .card {
font-familiy: arial;
font-size: 20px;
text-align: right;
direction: rtl;
color:black;
background-color: white;
}

Back Template

{{FrontSide}}

<hr id=answer>

<div style='font-family: XB Niloofar; font-size: 20px; dir="rtl"'>{{Back}}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment