summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 15:37:20 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 15:37:20 +0200
commitef07b24ad3431496372d3cfd2884b0609b940e27 (patch)
treee8a23f15dabc3fd5e2d34c87619c698da478f2ef /CMakeLists.txt
parent8864cc5aee3b134b0ffc5f53c1593645f4109f8c (diff)
New monospace font; flexible mono spacing
Iosevka replaces Fira Mono as the monospace font. Emojis are now allowed to be wider than normal monospace glyphs. However, if whitespace permits, the original monospacing is restored. IssueID #73
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 995432cb..394f1b6b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ set (EMBED_RESOURCES
61 res/fonts/Tinos-Regular.ttf 61 res/fonts/Tinos-Regular.ttf
62 res/fonts/Tinos-Italic.ttf 62 res/fonts/Tinos-Italic.ttf
63 res/fonts/Tinos-Bold.ttf 63 res/fonts/Tinos-Bold.ttf
64 res/fonts/FiraMono-Regular.ttf 64 res/fonts/IosevkaTerm-Extended.ttf
65 res/fonts/FiraSans-Bold.ttf 65 res/fonts/FiraSans-Bold.ttf
66 res/fonts/FiraSans-Italic.ttf 66 res/fonts/FiraSans-Italic.ttf
67 res/fonts/FiraSans-Light.ttf 67 res/fonts/FiraSans-Light.ttf