From 18e92db64278c0db70de8e21fd9db65b783d5975 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 5 Dec 2021 22:05:09 +0200 Subject: iOS: Register Iosevka for the monospace input widget --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d11e43e..71940aa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,10 @@ set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr) make_resources (${EMB_BIN} ${RESOURCES}) set_source_files_properties (${EMB_BIN} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) if (IOS) - set (EMB_FONTS res/fonts/SourceSans3-Regular.ttf) + set (EMB_FONTS + res/fonts/SourceSans3-Regular.ttf + res/fonts/IosevkaTerm-Extended.ttf + ) set_source_files_properties (${EMB_FONTS} PROPERTIES MACOSX_PACKAGE_LOCATION Resources ) -- cgit v1.2.3