
@font-face {
    font-family: 'NotoSans';
    src: url('noto-sans/NotoSans-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}
body {
    font-family: 'NotoSans', sans-serif;
}