ccc

Google Font: Utilizar una fuente de Google Font en tu web

<link href="http://fonts.googleapis.com/css?family=Rokkitt" rel="stylesheet" type="text/css"></link>

<style> body { font-family: Rokkitt; } </style>

Otro ejemplo:
<!DOCTYPE html>
<head>
<link href='https://fonts.googleapis.com/css?family=Harmattan' rel='stylesheet'>
</head>
<body>
<p style='font-size:40px;font-family:Harmattan,sans-serif;'>
En un lugar de la Mancha
</p>
</body>
</html>

No hay comentarios:

Publicar un comentario