body {
    
    font-family: "\6977\4f53";
}

.blogpost-body {
    font-family: "楷体","楷体_GB2312
}


.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    
    /* 替换背景和字体颜色 */
    background: #2b2b2b !important;
    color: #bababa !important;;
	
    /* 代码块不换行 */
    white-space: pre;
    word-break: normal;
}

@font-face {
    	font-family: consola;
    	src: url("https://static.xxxxx.top/consola.ttf");
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: consola !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    padding: 10px !important;
}