summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-24 21:05:02 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-24 21:05:02 +0300
commite32fd4e7796d6e7c5a4803e45bc230378ec4dd0b (patch)
tree5232331654a977cf4ad1bf06eedc2f8752db6c32 /CMakeLists.txt
parent0f0b4250ca460d58edb61cc0dd509ba1980c3272 (diff)
Font update; ANSI color escapes; fixed URL update
Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be56af23..0aaa2bb5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,6 +19,7 @@ set (EMBED_RESOURCES
19 res/FiraSans-Bold.ttf 19 res/FiraSans-Bold.ttf
20 res/FiraSans-LightItalic.ttf 20 res/FiraSans-LightItalic.ttf
21 res/FiraMono-Regular.ttf 21 res/FiraMono-Regular.ttf
22 res/SourceSansPro-Regular.ttf
22) 23)
23# if (UNIX AND NOT APPLE) 24# if (UNIX AND NOT APPLE)
24# list (APPEND EMBED_RESOURCES res/appicon-64.png) 25# list (APPEND EMBED_RESOURCES res/appicon-64.png)