HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/crescentelectronics.co.uk/public_html/js/head_html_default_block.js
// <![CDATA[
var elements_heading_font_style = '.logo, h1, h2, h3, h4, h5, h6, nav a,.top_text',
	header_google_font='PT+Sans',     //google name of font('Trebuchet+MS')
	header_font_style='PT Sans';       //full name of font  ('Trebuchet MS')

function get_header_html_text() {
	var html_text = '<link href="//fonts.googleapis.com/css?family='+header_google_font+'" type="text/css" rel="stylesheet">'+
	'\n<style>'+ 
	'\n'+elements_heading_font_style+' { font-family:"'+header_font_style+'", "Lato", "Trebuchet MS", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }'+
	'\n</style>';
	
	return (html_text);
}

document.writeln(get_header_html_text());

// ]]>