把vmccc1.woff2放到你网站根目录下fonts文件夹下
@font-face { font-family: 'moe'; src: url('你的字体的URL链接') format('woff2'); } /* 然后在全站使用这个字体 */ body,a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var,button,.entry-content blockquote { font-family: 'moe', sans-serif; }