Greetings,
I want to change the font and I followed the instructions in the documentation but it didn't work.
I added the following in the header:
<link href='https://fonts.googleapis.com/css?family=Indie+Flower&subset=arabic,latin' rel='stylesheet' type='text/css'>
and the following in css/font.css:
.font-body { font-family: 'Indie Flower', cursive; }
Did I miss anything?
