From 684c6d25fc4465440d09f9ad14cf8876f2c3a0c2 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 11 Oct 2020 16:00:57 +0300 Subject: Added a preference for heading font Body and heading fonts can be selected separately. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d0e087b..e69fe3cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,6 @@ set (EMBED_RESOURCES res/about/license.gmi res/about/version.gmi res/fonts/EBGaramond-Regular.ttf - res/fonts/EBGaramond-Medium.ttf res/fonts/EBGaramond-Italic.ttf res/fonts/EBGaramond-Bold.ttf res/fonts/FiraMono-Regular.ttf @@ -69,7 +68,7 @@ set (EMBED_RESOURCES res/fonts/Literata-Regular-opsz=14.ttf res/fonts/Literata-Bold-opsz=36.ttf res/fonts/Literata-ExtraLight-opsz=18.ttf - res/fonts/Literata-LightItalic-opsz=14.ttf + res/fonts/Literata-LightItalic-opsz=10.ttf res/fonts/NotoEmoji-Regular.ttf res/fonts/Nunito-ExtraBold.ttf res/fonts/Nunito-ExtraLight.ttf -- cgit v1.2.3