forked from akai/readest
Add more system fonts (#150)
This commit is contained in:
@@ -111,6 +111,7 @@ export const WINDOWS_FONTS = [
|
||||
'Corbel',
|
||||
'Courier New',
|
||||
'Ebrima',
|
||||
'FangSong',
|
||||
'Franklin Gothic Medium',
|
||||
'Gabriola',
|
||||
'Gadugi',
|
||||
@@ -119,6 +120,7 @@ export const WINDOWS_FONTS = [
|
||||
'Impact',
|
||||
'Ink Free',
|
||||
'Javanese Text',
|
||||
'KaiTi',
|
||||
'Leelawadee UI',
|
||||
'Lucida Console',
|
||||
'Lucida Sans Unicode',
|
||||
@@ -132,13 +134,16 @@ export const WINDOWS_FONTS = [
|
||||
'Microsoft Tai Le',
|
||||
'Microsoft YaHei',
|
||||
'Microsoft Yi Baiti',
|
||||
'MingLiU',
|
||||
'MingLiU-ExtB',
|
||||
'Mongolian Baiti',
|
||||
'MS Gothic',
|
||||
'MV Boli',
|
||||
'Myanmar Text',
|
||||
'Nirmala UI',
|
||||
'NSimSun',
|
||||
'Palatino Linotype',
|
||||
'PMingLiU',
|
||||
'Segoe MDL2 Assets',
|
||||
'Segoe Print',
|
||||
'Segoe Script',
|
||||
@@ -146,6 +151,7 @@ export const WINDOWS_FONTS = [
|
||||
'Segoe UI Historic',
|
||||
'Segoe UI Emoji',
|
||||
'Segoe UI Symbol',
|
||||
'SimHei',
|
||||
'SimSun',
|
||||
'Sitka',
|
||||
'Sylfaen',
|
||||
@@ -171,6 +177,7 @@ export const MACOS_FONTS = [
|
||||
'Avenir Next',
|
||||
'Avenir Next Condensed',
|
||||
'Baskerville',
|
||||
'BiauKai',
|
||||
'Big Caslon',
|
||||
'Bodoni 72',
|
||||
'Bodoni 72 Oldstyle',
|
||||
@@ -193,11 +200,15 @@ export const MACOS_FONTS = [
|
||||
'Geneva',
|
||||
'Georgia',
|
||||
'Gill Sans',
|
||||
'Heiti SC',
|
||||
'Heiti TC',
|
||||
'Helvetica',
|
||||
'Helvetica Neue',
|
||||
'Herculanum',
|
||||
'Hoefler Text',
|
||||
'Impact',
|
||||
'Kaiti SC',
|
||||
'Kaiti TC',
|
||||
'Lucida Grande',
|
||||
'Luminari',
|
||||
'Marker Felt',
|
||||
@@ -208,12 +219,21 @@ export const MACOS_FONTS = [
|
||||
'Optima',
|
||||
'Palatino',
|
||||
'Papyrus',
|
||||
'PingFang HK',
|
||||
'PingFang SC',
|
||||
'PingFang TC',
|
||||
'Phosphate',
|
||||
'Rockwell',
|
||||
'Savoye LET',
|
||||
'SignPainter',
|
||||
'Skia',
|
||||
'Snell Roundhand',
|
||||
'Songti SC',
|
||||
'Songti TC',
|
||||
'STFangsong',
|
||||
'STKaiti',
|
||||
'STSong',
|
||||
'STXihei',
|
||||
'Tahoma',
|
||||
'Times',
|
||||
'Times New Roman',
|
||||
@@ -243,14 +263,22 @@ export const LINUX_FONTS = [
|
||||
'Liberation Serif',
|
||||
'Noto Mono',
|
||||
'Noto Sans',
|
||||
'Noto Sans CJK SC',
|
||||
'Noto Sans CJK TC',
|
||||
'Noto Serif',
|
||||
'Noto Serif CJK SC',
|
||||
'Noto Serif CJK TC',
|
||||
'Open Sans',
|
||||
'Poppins',
|
||||
'Source Han Sans',
|
||||
'Source Han Serif',
|
||||
'Symbola',
|
||||
'Times New Roman',
|
||||
'Ubuntu',
|
||||
'Ubuntu Mono',
|
||||
'Wingdings',
|
||||
'WenQuanYi Micro Hei',
|
||||
'WenQuanYi Zen Hei',
|
||||
];
|
||||
|
||||
export const ONE_COLUMN_MAX_INLINE_SIZE = 9999;
|
||||
|
||||
Reference in New Issue
Block a user