将以下代码放入子主题css.style
文件解压到网站根目录
/*字体样式*/
@font-face{
font-family: 'moe';
src: url('/font/shetumodengxiaofangti.ttf');
src: url('/font/shetumodengxiaofangti.eot');
src: url('/font/shetumodengxiaofangti.svg');
src: url('/font/shetumodengxiaofangti.woff');
src: url('/font/shetumodengxiaofangti.woff2');
}
body{
font-family:'moe';
}
.enlighter-default .enlighter{max-height:400px;overflow-y:auto !important;}.lazyloading:not(.swiper-lazy-loaded){opacity: 0;}@media (max-width:640px) {
.meta-right .meta-view{
display: unset !important;
}
}
#pio{height:240px}
/*样式结束*/