Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/vlevski/enter/con/examples/
Upload File :
Current File : /hdd/hdd11/www/vlevski/enter/con/examples/basic.html

<!doctype html>

<html>

	<head>

		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

		<title>cufón / examples / basic</title>

		<style type="text/css">

			body {
				background: #fff;
				color: #555;
			}

			h1 {
				font: normal 60px Arial, Verdana, Helvetica, sans-serif;
				margin: 0.8em 0 0 0;
				text-align: center;
			}

		</style>

		<script src="../js/cufon.js" type="text/javascript"></script>
		<script src="../fonts/Vegur.font.js" type="text/javascript"></script>

		<script type="text/javascript">

			Cufon.replace('h1');

		</script>

	</head>

	<body>

		<h1>The quick brown fox jumped over the lazy dog</h1>

	</body>

</html>