From 3fb42f3ce362f06afe9e8d802973d246b7438fee Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 26 Oct 2021 15:06:35 +0300 Subject: Unbundle the extra fonts --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3ed86e1..e29fe11d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,12 +67,12 @@ message (STATUS "Preparing resources...") make_fontpack (res/default.fontpack) # Fonts to install as separate files. set (FONTPACKS - arabic.fontpack - cjk.fontpack - firasans.fontpack - literata.fontpack - nunito.fontpack - tinos.fontpack +# arabic.fontpack +# cjk.fontpack +# firasans.fontpack +# literata.fontpack +# nunito.fontpack +# tinos.fontpack ) foreach (fp ${FONTPACKS}) make_fontpack (res/${fp}) -- cgit v1.2.3