html body,
html body *:not(.layui-icon):not(.iconfont):not(.ali-process-iconfont),
html body *:not(.layui-icon):not(.iconfont):not(.ali-process-iconfont)::before,
html body *:not(.layui-icon):not(.iconfont):not(.ali-process-iconfont)::after,
html body input::placeholder,
html body textarea::placeholder {
    font-family: "Times New Roman", Times, serif !important;
}

html body .layui-icon,
html body .layui-icon::before,
html body .layui-icon::after {
    font-family: layui-icon !important;
}

html body .iconfont,
html body .iconfont::before,
html body .iconfont::after {
    font-family: "iconfont" !important;
}

html body .ali-process-iconfont,
html body .ali-process-iconfont::before,
html body .ali-process-iconfont::after {
    font-family: "ali-process-iconfont" !important;
}
