Nice fonts that I'm sure you will use . go to this site to see 'https:
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Cantarell:italic|Droid+Serif:bold|Tangerine|Cimson+text">
<style>
body {
font-family: 'Tangerine';
font-size: 48px;
font-weight: bold;
}
h1 {
font-family: 'Cantarell';
font-size: 16px;
font-weight: normal;
}
p{
font-family: 'Droid+Serif:bold';
font-size: 16px;
}
h2{
font-family: 'Cimson+text';
font-size: 16px;
font-weight: normal;
}
</style>
</head>
<body>
<div>Making the Web Beautiful!</div>
<h1>
Now it's the time for all good men to come to the aid of their country.
</h1>
<p>
I don't know how many times I've done this, but it keep making the same mistake.
</p>
<h2>
So I've been working all morning.On trying to set up my fonts on my copy it program.I am still not done yet.
</h2>
</body>
</html>