Changing the font

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