Edit in JSFiddle

<p class="blurry-text">this text is so blurry.</p>
.blurry-text {
   font-size: 28px;
   font-family: arial;
   font-weight:bold;
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}