
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* @font-face {
    font-family: "webfont";
    font-weight: 900;
    src: url("/market/lowcode/css/fontface/webfont.woff2") format("woff2"),
    url("/market/lowcode/css/fontface/webfont.woff") format("woff");
    font-display: swap;
} */

@font-face {
    font-family: "webfont";
    font-weight: 900;
    src: url("./font/webfont.woff2") format("woff2"),
    url("./font/webfont.woff") format("woff");
    font-display: swap;
}
  
.web-font {
    font-family: "webfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}