@font-face {
    font-family: 'Sabon';
    src: url('sabon_bold-webfont.woff2') format('woff2'),
         url('sabon_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Sabon-Bold';
	src: url('SabonLT-Bold.eot');
	src: url('SabonLT-Bold.eot?#iefix') format('embedded-opentype'),
		url('SabonLT-Bold.woff') format('woff'),
		url('SabonLT-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}