body,input,textare {font-family: 'Noto Sans'!important}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    src: url('/Content/fonts/NotoSans-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    src: url('/Content/fonts/NotoSans-Medium.ttf') format("truetype");
}
@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    src: url('/Content/fonts/NotoSans-SemiBold.ttf') format('truetype');
}