﻿@font-face
{
    font-family: 'Noto Sans';
    font-weight: 300;
    font-style: normal;
    src: url('../font/NotoSans-Regular.ttf');
}
@font-face
{
    font-family: 'Noto Sans';
    font-weight: 600;
    font-style: bold;
    src: url('../font/NotoSans-Bold.ttf');
}
@font-face
{
    font-family: 'Noto Sans';
    font-weight: 300;
    font-style: italic;
    src: url('../font/NotoSans-Italic.ttf');
}
@font-face
{
    font-family: 'Noto Sans';
    font-weight: 400;
    font-style: italic;
    src: url('../font/NotoSans-BoldItalic.ttf');
}
.font-noto
{
    font-family: 'Noto Sans';
}