/* FreeMono */
@font-face {
    font-family: 'Mono';
    src: url('FreeMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mono';
    src: url('FreeMono-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Mono';
    src: url('FreeMono-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Mono';
    src: url('FreeMono.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* FreeSans */
@font-face {
    font-family: 'Sans';
    src: url('FreeSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sans';
    src: url('FreeSans-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Sans';
    src: url('FreeSans-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Sans';
    src: url('FreeSans.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* FreeSerif */
@font-face {
    font-family: 'Serif';
    src: url('FreeSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Serif';
    src: url('FreeSerif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Serif';
    src: url('FreeSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Serif';
    src: url('FreeSerif.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}