@font-face {
    font-family: 'Garamond';
	font-style: normal;
	font-weight: 400;
    src: url('garamond.eot');
    src: url('garamond.eot') format('embedded-opentype'),
         url('garamond.woff2') format('woff2'),
         url('garamond.woff') format('woff'),
         url('garamond.ttf') format('truetype'),
         url('garamond.svg#garamond') format('svg');
}
@font-face {
    font-family: 'Garamond';
	font-style: italic;
	font-weight: 400;
    src: url('garamonditalic.eot');
    src: url('garamonditalic.eot') format('embedded-opentype'),
         url('garamonditalic.woff2') format('woff2'),
         url('garamonditalic.woff') format('woff'),
         url('garamonditalic.ttf') format('truetype'),
         url('garamonditalic.svg#garamonditalic') format('svg');
}
@font-face {
    font-family: 'Garamond';
	font-style: normal;
	font-weight: 700;
    src: url('garamondbold.eot');
    src: url('garamondbold.eot') format('embedded-opentype'),
         url('garamondbold.woff2') format('woff2'),
         url('garamondbold.woff') format('woff'),
         url('garamondbold.ttf') format('truetype'),
         url('garamondbold.svg#garamondbold') format('svg');
}