/* ZNUNIT 全局基础样式 - 改这一个文件,全站字体生效 */
@font-face{
  font-family:MiSansLocal;
  src:url("/assets/fonts/MiSans-Regular.woff2") format("woff2");
  font-weight:400;font-style:normal;font-display:swap;
}
html{font-family:MiSansLocal,"MiSans","Microsoft YaHei",sans-serif;}
input,textarea,button,select,[contenteditable]{font-family:inherit;}
