Hi, Ajisai!
Try this:
find in main css the next:
`/* =Global
———————————————– */
body,
button,
input,
select,
textarea {
color: #666;
font-family: Baskerville, “Playfair Display”, “Times New Roman”, serif;
font-size: 16px;
font-size: 1.6rem;
font-weight: 300;
line-height: 1.5;
}
And change this font-family: Baskerville, “Playfair Display”, “Times New Roman”, serif;
to this font-family: Arial, Quicksand, Helvetica, sans-serif;;
Inspate of Quicksand, Helvetica you can write Times New Roman, for example. Its important, that Arial is staying on the first place.