The google font encoding in this plugin supports only 1 single google font.
If you want to use a multiple syntax the code need to be customized.
You can change the line 959 in the file root/plugins/system/jamp/core/includes/helper.php from:
Code: |
$fontEncoded = urlencode($customGoogleFont);
|
to:
Code: |
$fontEncoded = str_replace(' ', '+', $customGoogleFont);
|
and specify the plugin parameter exactly as 'Roboto Slab|Roboto:300,700'
so that the code will be:
Roboto+Slab|Roboto:300,700
Other than this you can include the custom font family tag in the file root/plugins/system/jamp/core/includes/template/header.php