Return to Snippet

Revision: 45341
at April 28, 2011 19:48 by psteinweber


Initial Code
/*--------------------------------------------------*/
/** integrate custom google fonts */
/*--------------------------------------------------*/

function google_api() { ?>
		<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
    <?php 
	}      
	
add_action('wp_head', 'google_api');

Initial URL


Initial Description


Initial Title
Thesis: Custom Google Fonts

Initial Tags
google, wordpress

Initial Language
PHP