
/*
    NOTE: If you add a new font here, make sure to also include a "preload" link for it in index.html if preloading is
    necessary.

    It may be necessary for fonts used inside the PDF generator so that it loads on first render
*/

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('./RobotoCondensed-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('./RobotoCondensed-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('./RobotoCondensed-Italic.ttf');
    font-style: italic;
}