/*
 * $Id$
 * 
 * Liberation, by Steve Matteson of Ascender; designed to have exactly the
 * same metrics as Times New Roman, Arial and Courier New.
 *
 * https://www.redhat.com/promo/fonts/
 * http://en.wikipedia.org/wiki/Liberation_fonts
 */

@font-face {
    font-family: "Liberation Serif";
    font-style: normal;
    font-weight: normal;
    src: url(/assets/fonts/liberation/LiberationSerif-Regular.ttf);
}

@font-face {
    font-family: "Liberation Serif";
    font-style: italic;
    font-weight: normal;
    src: url(/assets/fonts/liberation/LiberationSerif-Italic.ttf);
}

@font-face {
    font-family: "Liberation Serif";
    font-style: italic;
    font-weight: bold;
    src: url(/assets/fonts/liberation/LiberationSerif-BoldItalic.ttf);
}

@font-face {
    font-family: "Liberation Serif";
    font-style: normal;
    font-weight: bold;
    src: url(/assets/fonts/liberation/LiberationSerif-Bold.ttf);
}

@font-face {
    font-family: "Liberation Sans";
    font-style: normal;
    font-weight: normal;
    src: url(/assets/fonts/liberation/LiberationSans-Regular.ttf);
}

@font-face {
    font-family: "Liberation Sans";
    font-style: italic;
    font-weight: normal;
    src: url(/assets/fonts/liberation/LiberationSans-Italic.ttf);
}

@font-face {
    font-family: "Liberation Sans";
    font-style: italic;
    font-weight: bold;
    src: url(/assets/fonts/liberation/LiberationSans-BoldItalic.ttf);
}

@font-face {
    font-family: "Liberation Sans";
    font-style: normal;
    font-weight: bold;
    src: url(/assets/fonts/liberation/LiberationSans-Bold.ttf);
}

@font-face {
    font-family: "Liberation Mono";
    font-style: normal;
    font-weight: normal;
    src: url(/assets/fonts/liberation/LiberationMono-Regular.ttf);
}

@font-face {
    font-family: "Liberation Mono";
    font-style: italic;
    font-weight: normal;
    src: url(/assets/fonts/liberation/LiberationMono-Italic.ttf);
}

@font-face {
    font-family: "Liberation Mono";
    font-style: italic;
    font-weight: bold;
    src: url(/assets/fonts/liberation/LiberationMono-BoldItalic.ttf);
}

@font-face {
    font-family: "Liberation Mono";
    font-style: normal;
    font-weight: bold;
    src: url(/assets/fonts/liberation/LiberationMono-Bold.ttf);
}

