diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-22 21:51:26 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-22 21:51:26 +0300 |
commit | 0efb36ee53ea092e6ca74b992f669f125bf17e89 (patch) | |
tree | 3a34ed3ae6355cce1e53b3c37df707e36294ee7b /CMakeLists.txt | |
parent | 1ed883e2ebff861c660b69c3bd2d92f0766a704f (diff) |
Added "Nanum Gothic" as a Korean font
This overrides Kosugi Maru as it looks a bit nicer, in case there are glyphs available in both.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bdb8de4..9e105f02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -71,6 +71,7 @@ set (EMBED_RESOURCES | |||
71 | res/fonts/Literata-Bold-opsz=36.ttf | 71 | res/fonts/Literata-Bold-opsz=36.ttf |
72 | res/fonts/Literata-ExtraLight-opsz=18.ttf | 72 | res/fonts/Literata-ExtraLight-opsz=18.ttf |
73 | res/fonts/Literata-LightItalic-opsz=10.ttf | 73 | res/fonts/Literata-LightItalic-opsz=10.ttf |
74 | res/fonts/NanumGothic-Regular.ttf | ||
74 | res/fonts/NotoEmoji-Regular.ttf | 75 | res/fonts/NotoEmoji-Regular.ttf |
75 | res/fonts/Nunito-ExtraBold.ttf | 76 | res/fonts/Nunito-ExtraBold.ttf |
76 | res/fonts/Nunito-ExtraLight.ttf | 77 | res/fonts/Nunito-ExtraLight.ttf |