/* 强制字体 font-display: swap，减少 FOIT */
@font-face {
  font-family: "element-icons";
  src: url("../fonts/element-icons.woff") format("woff"),
       url("../fonts/element-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 第三方客服 iconfont，指定 font-display */
@font-face {
  font-family: "iconfont";
  src: url("https://plugin-code.salesmartly.com/fonts/iconfont.2ed03d2d.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
