|
|
@@ -154,6 +154,10 @@ export default {
|
|
|
editorBeforeInitConfig: {},
|
|
|
init: {
|
|
|
content_style: `
|
|
|
+ @font-face {
|
|
|
+ font-family: 'League';
|
|
|
+ src: url('${process.env.BASE_URL}static/font/pinyin.ttf');
|
|
|
+ }
|
|
|
mjx-container, mjx-container * {
|
|
|
font-size: 16px !important; /* 强制固定字体 */
|
|
|
line-height: 1.2 !important; /* 避免行高影响 */
|