@font-face {
    font-family: 'Noto Sans';
    font-weight: normal;
    src: local('Noto Sans'), local('Noto Sans Regular'),
        url(./font/NotoSans-Regular.ttf);
}
@font-face {
    font-family: 'Noto Sans Black Customize';
    src: url(./font/NotoSansBlack-Customize.ttf);
}
/* @font-face {
    font-family: 'Google Sans';
    font-style: italic, oblique;
    font-weight: normal;
    src: local('Google Sans'), local('Google Sans Italic'),
        url(/font/GoogleSans-Italic.ttf);
}
@font-face {
    font-family: 'Google Sans';
    font-weight: 500;
    src: local('Google Sans'), local('Google Sans Medium'),
        url(/font/GoogleSans-Medium.ttf);
}
@font-face {
    font-family: 'Google Sans';
    font-weight: 500;
    font-style: italic, oblique;
    src: local('Google Sans'), local('Google Sans Medium Italic'),
        url(/font/GoogleSans-MediumItalic.ttf);
}
@font-face {
    font-family: 'Google Sans';
    font-weight: bold;
    src: local('Google Sans'), local('Google Sans Bold'),
        url(/font/GoogleSans-Bold.ttf);
}
@font-face {
    font-family: 'Google Sans';
    font-weight: bold;
    font-style: italic, oblique;
    src: local('Google Sans'), local('Google Sans Bold Italic'),
        url(/font/GoogleSans-BoldItalic.ttf);
} */
