提交 2b32f20c 编写于 作者: zhangpingchuan's avatar zhangpingchuan

update:更新字体

上级 6620cf94
...@@ -2,7 +2,7 @@ export const appConfig = { ...@@ -2,7 +2,7 @@ export const appConfig = {
//默认主题 //默认主题
defaultTheme: 'app-default-theme', defaultTheme: 'app-default-theme',
//默认字体 //默认字体
defaultFont: 'Microsoft YaHei', defaultFont: 'EYInterstate-Regular,SourceHanSansCN-Regular',
//主题集合 //主题集合
themes: [ themes: [
{ {
...@@ -24,8 +24,8 @@ export const appConfig = { ...@@ -24,8 +24,8 @@ export const appConfig = {
//字体集合 //字体集合
fonts: [ fonts: [
{ {
label: 'MicrosoftYaHei', label: 'EYInterstate',
value: 'Microsoft YaHei', value: 'EYInterstate-Regular,SourceHanSansCN-Regular',
}, },
{ {
label: 'SimHei', label: 'SimHei',
......
...@@ -192,9 +192,9 @@ function getLocaleResourceBase(){ ...@@ -192,9 +192,9 @@ function getLocaleResourceBase(){
font: 'ཡིག་གཟུགས།', font: 'ཡིག་གཟུགས།',
}, },
fontFamilys: { fontFamilys: {
MicrosoftYaHei: 'ཝེ་རོན་ཡ་ཧེ།', EYInterstate: 'EYInterstate-Regular',
SimHei: 'ནག་གཟུགས།', SimHei: 'SimHei',
YouYuan: 'ཕྲུ་གུ་', YouYuan: 'YouYuan',
}, },
}, },
appFormGroup: { appFormGroup: {
......
...@@ -200,7 +200,7 @@ function getLocaleResourceBase(){ ...@@ -200,7 +200,7 @@ function getLocaleResourceBase(){
font: 'Font family', font: 'Font family',
}, },
fontFamilys: { fontFamilys: {
MicrosoftYaHei: 'Microsoft YaHei', EYInterstate: 'EYInterstate-Regular',
SimHei: 'SimHei', SimHei: 'SimHei',
YouYuan: 'YouYuan', YouYuan: 'YouYuan',
}, },
......
...@@ -201,7 +201,7 @@ function getLocaleResourceBase(){ ...@@ -201,7 +201,7 @@ function getLocaleResourceBase(){
font: '字体', font: '字体',
}, },
fontFamilys: { fontFamilys: {
MicrosoftYaHei: '微软雅黑', EYInterstate: '思源黑体',
SimHei: '黑体', SimHei: '黑体',
YouYuan: '幼圆', YouYuan: '幼圆',
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册