aschein Hi
Firstly, you can go to Backend >> Extensions >> Templates >> open the template style of JB Newlifestyle >> Fonts tab
and change all Google font to your own font family
Then open the file:
ROOT/templates/newlifestyle/tpls/blocks/fonts.php
Remove this script at the end of file:
<script type="text/javascript">
WebFontConfig = {
google: {
families: [
<?php foreach ($myfonts as $font) {echo $font; if (!($font == $lastfont)){echo ', ';}} ?>
]}
};
(function() {
var wf = document.createElement('script');
wf.src = '//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>