<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Font</title>
</head>
<style>
@import url('https://fonts.googleapis.com/css?family=Ravi+Prakash');
h2 {
font-family:Ravi Prakash;
color:#C0F
}
</style>
<body>
<h1>Hola a todos, como estan</h1>
<h2>Bienvenidos archilatutoriales</h2>
</body>
</html>