You’re gonna like this! Using Googles API, you can now use hundreds of different fonts. Easy to use on your website or blog.
View it in action, in the video below.
Watch in full screen for best results.
Demo
Demo
You will only need to include the link to your desired font, and reference it within font-family.
It’s that easy. I hope you like this post. Get more fonts here!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Google fonts API</title>
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com
/css?family=Nova+Round" />
<style type="text/css">
.font {
font-family: 'Nova Round', Arial, serif;
font-size: 26px;
}
</style>
</head>
<body>
<div class="font">Test font</div>
</body>
</html>

My name is Barrett and I am a Web Developer/Designer specializing in CSS, PHP, jQuery, Mysql and JavaScript.