piratenpower.nl Open in urlscan Pro
2a06:5b82:2070:8300::12  Public Scan

Submitted URL: http://piratenpower.nl/wp-content/themes/pen/assets/js/pen-google-fonts.js?ver=1.4.7
Effective URL: https://piratenpower.nl/wp-content/themes/pen/assets/js/pen-google-fonts.js?ver=1.4.7
Submission: On October 29 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

/**
 * Google Fonts.
 *
 * @package Pen
 */

;( function( $ ) {

	'use strict';

	$( document ).ready(
		function() {
			if ( pen_googlefonts.families.length && pen_function_exists( typeof WebFont ) ) {
				WebFont.load( { google: { families: pen_googlefonts.families } } );
			}
		}
	)
})( jQuery );