@font-face {
    font-family: 'Latin Modern';
    src: url('../fonts/lmroman10-regular-webfont.woff');
    src: url('../fonts/lmroman10-regular-webfont.woff') format('woff'),
         url('../fonts/lmroman10-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Latin Modern';
    src: url('../fonts/lmroman10-italic-webfont.woff');
    src: url('../fonts/lmroman10-italic-webfont.woff') format('woff'),
         url('../fonts/lmroman10-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Latin Modern';
    src: url('../fonts/lmroman10-bold-webfont.woff');
    src: url('../fonts/lmroman10-bold-webfont.woff') format('woff'),
         url('../fonts/lmroman10-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
