@font-face {
    font-family: 'Fanwood Text';
    src: url('../font/fanwoodtext-regular-webfont.eot');
    src: url('../font/fanwoodtext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/fanwoodtext-regular-webfont.woff2') format('woff2'),
         url('../font/fanwoodtext-regular-webfont.woff') format('woff'),
         url('../font/fanwoodtext-regular-webfont.ttf') format('truetype'),
         url('../font/fanwoodtext-regular-webfont.svg#fanwood_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fanwood Text';
    src: url('../font/fanwoodtext-italic-webfont.eot');
    src: url('../font/fanwoodtext-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/fanwoodtext-italic-webfont.woff2') format('woff2'),
    url('../font/fanwoodtext-italic-webfont.woff') format('woff'),
    url('../font/fanwoodtext-italic-webfont.ttf') format('truetype'),
    url('../font/fanwoodtext-italic-webfont.svg#fanwood_textitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}