<html>
<head>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Rancho" />
</head>
<body>
<h1>Hello Font effect</h1>
</body>
</html>
h1{
h1{
font-family:Rancho;
text-align:center;
font-size:72px;
text-shadow: 0.04em 0.04em #FFFFFF, 0.08em 0.08em #1ba29a;
/*text-shadow:side top-down #color */
}