加入以下自定义CSS即可
/*
您可以在此处加入您的CSS。
点击上方的帮助图标来了解更多。
*/
/*字体设定*/
*:not([class*="icon"]):not(i) {
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif !important;
}
/*字体阴影*/
*{text-shadow: 0.05em 0.05em 0.05em #a9a9a9; }