|
@@ -428,6 +428,16 @@ export default {
|
|
|
height: 800,
|
|
|
fontSizeDefaultSelection: "16",
|
|
|
fontSize: ["12", "14", "16", "18", "20", "24", "28", "32", "36", "40"],
|
|
|
+ fontFamily:{
|
|
|
+ 'Arial,Helvetica,sans-serif': 'Arial',
|
|
|
+ 'Georgia,serif': 'Georgia',
|
|
|
+ 'Impact,Charcoal,sans-serif': 'Impact',
|
|
|
+ 'Tahoma,Geneva,sans-serif': 'Tahoma',
|
|
|
+ "'Times New Roman',Times,serif": 'Times New Roman',
|
|
|
+ 'Verdana,Geneva,sans-serif': 'Verdana',
|
|
|
+ '宋体': 'SimSun, serif',
|
|
|
+ '黑体': 'SimHei, sans-serif'
|
|
|
+ },
|
|
|
theme: "dark", //主题
|
|
|
placeholderText: "请输入内容",
|
|
|
language: "zh_cn", //国际化
|