The likes of google fonts will allow you to alter the type faces for this. The below snippet suggests the basic use of this:
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
div{
  font-family: 'Shadows Into Light', cursive;
  padding:30px;
  font-size:30px;
  background:gray;
  displaY:inline-block;
  }<div>TEST</div>
plain text
solved How to write Text in css like show in images?