@font-face {
  font-family: 'NotoSans-Regular';
    src: local('NotoSans-Regular'),
      url("notosans-regular.woff2") format('woff2'),
        url("notosans-regular.woff") format('woff'),
        url("notosans-regular.ttf") format('truetype'),
      url("") format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans-Regular';
    src: local('NotoSans-Regular'),
      url("notosans-regular.woff2") format('woff2'),
        url("notosans-regular.woff") format('woff'),
        url("notosans-regular.ttf") format('truetype'),
      url("") format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}