@font-face {
  font-family: 'NotoSans';
  src: url('/fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('/fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'NotoSans';
  src: url('/fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'NotoSans';
  src: url('/fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

.Noto-Sans-Font {
  font-family: 'NotoSans' !important;
}

/* 数字 */
@font-face {
  font-family: 'Noto-Sans-Condensed';
  src: url('/fonts/NotoSans_Condensed-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Noto-Sans-Condensed';
  src: url('/fonts/NotoSans_Condensed-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {  
  font-family: 'Noto-Sans-Condensed';
  src: url('/fonts/NotoSans_Condensed-Bold.ttf') format('truetype');
  font-weight: bold;
}

.Noto-Sans-Condensed-Font {
  font-family: 'Noto-Sans-Condensed' !important;
}

/* 图标字体 */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}