Edit in JSFiddle

@import url(http://fonts.googleapis.com/css?family=Bowlby+One+SC);
#text4 {
	color: transparent;
    font-family: 'Bowlby One SC', cursive;	
	text-shadow:
	2px 4px 6px rgba(255, 255, 255, 0.5), 
	0 0 0 rgba(0, 0, 0, 0.4);
	font-size: 120%;
}
<p id="text4">WEB Design</p>