/*
The Noto font family is released under the SIL Open Font License, Version 1.1.
See the files in this directory for details. The font can be obtained from several
TeX distributions or package managers.
*/

@namespace url('http://www.w3.org/1999/xhtml');
@namespace m url('http://www.w3.org/1998/Math/MathML');

@font-face {
    font-family: Noto Sans Math;
    src: url('NotoSansMath-Regular.woff2');
}

@font-face {
    font-family: Noto Sans;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
         url('NotoSans-Regular.woff2'), url('NotoSans-Regular.woff');
}
@font-face {
    font-family: Noto Sans;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), 
         url('NotoSans-Bold.woff2'), url('NotoSans-Bold.woff');
    font-weight: bold;
}
@font-face {
    font-family: Noto Sans;
    src: local('Noto Sans Italic'), local('NotoSans-Italic'),
         url('NotoSans-Italic.woff2'), url('NotoSans-Italic.woff');
    font-style: italic;
}
@font-face {
    font-family: Noto Sans;
    src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
         url('NotoSans-BoldItalic.woff2'), url('NotoSans-BoldItalic.woff');
    font-weight: bold;
    font-style: italic;
}

