W3C

Bert Bos | CSS masterclass – Amsterdam 2012

Text-shadow

From the demo:

h1:nth-child(2){
	font:4em/1 MatizRegular, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:5px 5px 3px #85b4d8, 10px 10px 6px #ffd296;
}

@font-face

From the demo:

@font-face {
  font-family: 'MatizRegular';
  src: url(Matiz-webfont.eot) format('eot'),
    url(Matiz-webfont.woff) format('woff'),
    url(Matiz-webfont.ttf) format('truetype'),
    url(Matiz-webfont.svg#MatizRegular) format('svg');
  font-weight: normal;
  font-style: normal;
}