diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-09 12:50:40 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-09 12:50:40 +0300 |
commit | aeaf46c5ac708bc225ea4095b7ce8fc607c74867 (patch) | |
tree | 43ba5f5f70504482da5a8e3b9210b50942ae818b /res/cjk.fontpack/fontpack.ini | |
parent | d197e02ae35d8439c80106db6ce1c561499e5629 (diff) |
Preferences: Selecting fonts to use
Now all the available fonts are selectable in the dialog. Added preformatted and UI font settings and shuffled the order a bit to make more sense.
Diffstat (limited to 'res/cjk.fontpack/fontpack.ini')
-rw-r--r-- | res/cjk.fontpack/fontpack.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/cjk.fontpack/fontpack.ini b/res/cjk.fontpack/fontpack.ini index 5a4bfbac..fbac54be 100644 --- a/res/cjk.fontpack/fontpack.ini +++ b/res/cjk.fontpack/fontpack.ini | |||
@@ -6,11 +6,11 @@ regular = "NotoSansJP-Regular.ttf" | |||
6 | 6 | ||
7 | [notosanssc] | 7 | [notosanssc] |
8 | name = "Noto Sans SC" | 8 | name = "Noto Sans SC" |
9 | auxiliary = true | ||
10 | priority = 2 | 9 | priority = 2 |
11 | regular = "NotoSansSC-Regular.ttf" | 10 | regular = "NotoSansSC-Regular.ttf" |
12 | 11 | ||
13 | [nanumgothic] | 12 | [nanumgothic] |
14 | name = "Nanum Gothic" | 13 | name = "Nanum Gothic" |
15 | regular = "NanumGothic-Regular.ttf" | 14 | auxiliary = true |
16 | priority = 1 | 15 | priority = 1 |
16 | regular = "NanumGothic-Regular.ttf" | ||