ttf.scss 951 Bytes
@font-face {
  font-family: "DingTalk_JinBuTi";
  // src: url("https://store.keliuyun.com/download/app/wechat/DingTalk_JinBuTi.ttf");
  src: url("../static/ttf/DingTalk_JinBuTi.ttf");
  font-weight: normal;
  font-style: normal;
}

// @font-face {
//   font-family: "PingFang_Regular";
//   src: url("../static/ttf/PingFang_Regular.ttf");
//   font-weight: normal;
//   font-style: normal;
// }
// @font-face {
//   font-family: "PingFang_Medium";
//   src: url("../static/ttf/PingFang_Medium.ttf");
//   font-weight: normal;
//   font-style: normal;
// }
// @font-face {
//   font-family: "PingFang_Bold";
//   src: url("../static/ttf/PingFang_Bold.ttf");
//   font-weight: normal;
//   font-style: normal;
// }

@font-face {
  font-family: "D-DIN-PRO-700-Bold";
  // src: url("https://store.keliuyun.com/download/app/wechat/D-DIN-PRO-700-Bold.otf");
  src: url("../static/ttf/D-DIN-PRO-700-Bold.otf");
  font-weight: normal;
  font-style: normal;
}