From b2fe00b9c596e82e405798358077643bdc7a8df0 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 26 Mar 2021 11:12:49 +0200 Subject: 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. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 res/fonts/NanumGothic-Regular.ttf res/fonts/NotoEmoji-Regular.ttf res/fonts/NotoSansJP-Regular.ttf + res/fonts/NotoSansSC-Regular.ttf res/fonts/Nunito-Bold.ttf res/fonts/Nunito-ExtraBold.ttf res/fonts/Nunito-ExtraLight.ttf -- cgit v1.2.3