summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 11:12:49 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-26 11:12:49 +0200
commitb2fe00b9c596e82e405798358077643bdc7a8df0 (patch)
tree3ae908654bc3acb07c8ca596843af34c9d7cd348 /CMakeLists.txt
parent00ae4a19262ea84a1fbb8f788f7d64823b80d1b0 (diff)
Added Noto Sans SC; font table cleanup
Added the Noto Sans Simplified Chinese font. This adds another ~10 MB to resources.lgr, increasing the urgency of distributing fonts via separate downloads. The font table was getting difficult to manage, so now the sizes are broken out into a separate enum, and the table is reordered to match the FontSize order.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 22f8e9ec..b4200728 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,6 +65,7 @@ set (EMBED_RESOURCES
65 res/fonts/NanumGothic-Regular.ttf 65 res/fonts/NanumGothic-Regular.ttf
66 res/fonts/NotoEmoji-Regular.ttf 66 res/fonts/NotoEmoji-Regular.ttf
67 res/fonts/NotoSansJP-Regular.ttf 67 res/fonts/NotoSansJP-Regular.ttf
68 res/fonts/NotoSansSC-Regular.ttf
68 res/fonts/Nunito-Bold.ttf 69 res/fonts/Nunito-Bold.ttf
69 res/fonts/Nunito-ExtraBold.ttf 70 res/fonts/Nunito-ExtraBold.ttf
70 res/fonts/Nunito-ExtraLight.ttf 71 res/fonts/Nunito-ExtraLight.ttf