Changing the font

Hey !!! I want to change the font of anki when viewing the recto and the verso of all cards I have.

By default, the card styling is the following:

.card {
  font-family: arial;
  font-size: 20px;
  text-align: center;
  color: black;
  background-color: white;
}

You just need to modify arial font-family to the one you want to use.

2 Likes