/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*--------------------------------------------------*/ /** 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');