/* 
 * Copyright (C) Arc Math Software, All rights reserved.
 * NewUnivStudies.org
 *
 */

@font-face
{
    font-family: "MonoFont";
    src: url('font/camingo/CamingoCode-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face
{
    font-family: "MonoFont";
    src: url('font/camingo/CamingoCode-Italic.woff2');
    font-weight: normal;
    font-style: italic;
}
*/
@font-face
{
    font-family: "MonoFont";
    src: url('font/camingo/CamingoCode-Bold.woff2');
    font-weight: bold;
    font-style: normal;
}
/*
@font-face
{
    font-family: "MonoFont";
    src: url('font/camingo/CamingoCode-BoldItalic.woff2');
    font-weight: bold;
    font-style: italic;
}
*/

.fontMono { font-family: MonoFont, monospace; }
