// 可视化中常用英文数字字体
@font-face {
  font-family: "Acens";
  src: url("../fonts/Acens.woff") format("woff"),
    url("../fonts/Acens.ttf") format("truetype");
}

@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"),
    url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "digital-7";
  src: url("../fonts/digital-7.woff") format("woff"),
    url("../fonts/digital-7.ttf") format("truetype");
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN.woff") format("woff"),
    url("../fonts/DIN.ttf") format("truetype");
}

@font-face {
  font-family: "segoeui";
  src: url("../fonts/segoeui.woff") format("woff"),
    url("../fonts/segoeui.ttf") format("truetype");
}

@font-face {
  font-family: "DS-DIGI";
  src        :
    url('../fonts/DS-DIGI.woff') format('woff'),
    url('../fonts/DS-DIGI.ttf') format('truetype');
}

@font-face {
  font-family: "shishang";
  src        :
    url('../fonts/shishang.woff') format('woff'),
    url('../fonts/shishang.ttf') format('truetype');
}



.acens {
  font-family: "Acens";
}

.avenir-next {
  font-family: "AvenirNext";
}

.digital-7 {
  font-family: "digital-7";
}

.din {
  font-family: "DIN";
}

.segoeui {
  font-family: "segoeui";
}

.ds-digital{
  font-family: "DS-DIGI";
}
