spiritol:
Hello, Could you tell me how to add more google fonts ? Thank you.
Hi, add google fonts like this,
open file panda/options.php and find this:
'faces' => array(
'arial' => 'Arial',...
add new font to this array at the end, something like this(add Montserrat):
...
'Varela Round' => 'Varela Round',
'Waiting for the Sunrise'=>'Waiting for the Sunrise',
'Montserrat'
Best