@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSans-Regular.eot);
    src: url(../fonts/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSans-Bold.eot);
    src: url(../fonts/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSans-Bold.ttf) format('truetype');
}