viernes, 14 de febrero de 2014

¿Cómo agregar una fuente de Google en WordPress?

<?php
/*
Plugin Name:
Plugin URI: 
Description: 
Version: 1.0
Author: 
Author 
License: 
License URI: 
*/

function cabecera () {
echo " <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,700' rel='stylesheet' type='text/css'>";
}
}

add_action('wp_footer', 'pie');

0 comentarios:

Publicar un comentario