@font-face {
    font-family: NotoSans;
    src: url(NotoSans-Regular.ttf);
  }
  @font-face {
    font-family: NotoSans-Bold;
    src: url(NotoSans-Bold.ttf);
  }
  body {
    font-family: NotoSans;
  }
  b {
    font-family: NotoSans-Bold;
  }
  