W3C

W3C

W3C

W3C

@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;
}
h1:nth-child(1){
	font:4em/1 MatizRegular, Arial, Helvetica, sans-serif;
	text-shadow:5px 5px 1px #85b4d8;
}
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;
}
h1:nth-child(3){
	font:4em/1 MatizRegular, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:0 0 60px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255);
}
h1:nth-child(4){
	font:4em/1 calligraffiti, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:-5px -5px 5px #114973, 0 0 10px rgb(255, 255, 255);
}