Slide 74
Slide 74 text
@font-face {
font-family: 'Typeface';
src: url(‘Typeface.eot?') format(‘eot'),
url('Typeface.woff') format('woff'),
url(‘Typeface.ttf') format('truetype');
}
Bulletproof @font-face
http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/