From 68b675f441c18babe5e26446f2df9a3c10ff481b Mon Sep 17 00:00:00 2001 From: Lizhooh Date: Mon, 11 Jul 2016 23:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E5=8F=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加 ' Consolas ' 字体 修改字号信息错误, --- dist/js/wangEditor.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/js/wangEditor.js b/dist/js/wangEditor.js index d9a996851..3be50d5ba 100644 --- a/dist/js/wangEditor.js +++ b/dist/js/wangEditor.js @@ -3250,19 +3250,19 @@ _e(function (E, $) { '宋体', '黑体', '楷体', '微软雅黑', 'Arial', 'Verdana', 'Georgia', 'Times New Roman', 'Microsoft JhengHei', - 'Trebuchet MS', 'Courier New', 'Impact', 'Comic Sans MS' + 'Trebuchet MS', 'Courier New', 'Impact', 'Comic Sans MS', 'Consolas', ]; // 字号 E.config.fontsizes = { // 格式:'value': 'title' - 1: '10px', + 1: '12px', 2: '13px', 3: '16px', - 4: '19px', - 5: '22px', - 6: '25px', - 7: '28px' + 4: '18px', + 5: '24px', + 6: '32px', + 7: '48px', }; // 表情包 @@ -8487,4 +8487,4 @@ _e(function (E, $) { // 最终返回wangEditor构造函数 return window.wangEditor; -}); \ No newline at end of file +});