html, body {
-webkit-font-smoothing: subpixel-antialiased !important;
text-shadow: 0px 0px 0px !important;
-webkit-text-stroke-width: 0.1px !important;
}
*:not([class*="FokDXb"]):not([class*="upload"]):not([class*="icon"]):not([class*="mui-amount"]):not([class*="chaoshi"]):not([class*="top-nav"]):not([href*="ju.taobao.com"]):not([class*="Icon"]):not(b):not(ins):not(i):not(s){
font-family:"XHei Intel Mono"!important;
}
全局是用的以上代码。然后发现刚点进去的页面是确实字体修改好的,但是点下一级页面就会字体恢复原状,有办法全局修改字体,保持住的吗?

