/*
font-style:   normal, italic, oblique
font-weight:  normal, bold, thicker[...] 
font-stretch: normal, condensed, ultra-condensed, extra-condensed,
              semi-condensed, expanded, semi-expanded, extra-expanded,
              ultra-expanded
*/

@font-face {
    font-family: 'Charis';
    font-weight: normal;
    font-style:  normal;
    src:
    url('Fonts/CharisSIL-R.woff2'),
    url('Fonts/CharisSIL-R.woff'),
    url('Fonts/CharisSIL-R.ttf');
}

@font-face {
    font-family: 'Charis';
    font-weight: bold;
    font-style:  normal;
    src:
    url('Fonts/CharisSIL-B.woff2'),
    url('Fonts/CharisSIL-B.woff'),
    url('Fonts/CharisSIL-B.ttf');
}
    
@font-face {
    font-family: 'Charis';
    font-weight: normal;
    font-style:  italic;
    src:
    url('Fonts/CharisSIL-I.woff2'),
    url('Fonts/CharisSIL-I.woff'),
    url('Fonts/CharisSIL-I.ttf');
}

@font-face {
    font-family: 'Charis';
    font-weight: bold;
    font-style:  italic;
    src:
    url('Fonts/CharisSIL-BI.woff2'),
    url('Fonts/CharisSIL-BI.woff'),
    url('Fonts/CharisSIL-BI.ttf');
}

@font-face {
    font-family: 'LMTT';
    generic-family: monospace;
    font-weight: normal;
    font-style:  normal;
    src:
    url('Fonts/lmmono8-regular.woff2'),
    url('Fonts/lmmono8-regular.woff'),
    url('Fonts/lmmono8-regular.otf');
}

@font-face {
    font-family: 'LMTT';
    generic-family: monospace;
    font-weight: normal;
    font-style:  italic;
    src:
    url('Fonts/lmmono8-regular.woff2'),
    url('Fonts/lmmono8-regular.woff'),
    url('Fonts/lmmono8-regular.otf');
}

/*

    url('Fonts/lmmono10-italic.woff2'),
    url('Fonts/lmmono10-italic.woff'),
    url('Fonts/lmmono10-italic.otf');

*/
