summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-25 18:25:40 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-25 18:25:51 +0300
commitf53e6d34fbb8d2f2fb54aff8b746b1c5d06fe497 (patch)
treec8cbe09db582b66262dd6472bd55be7b485fdf66 /src/defs.h
parent54d38100bb49a34f9ad11570e0144dc1ec006858 (diff)
Removed Symbola, replaced with other/new fonts
Symbola's license is not permissive enough, so it has been removed. Added "Smol Emoji" with face emoticons and other UI characters for Lagrange. More symbols provided by Noto Sans Symbols and Noto Sans Symbols 2. The fallback fonts are now Iosevka, which has a pretty good coverage (although monospace), and the user's chosen TrueType font (which could still be a local copy of Symbola). Still a work in progress: some characters are missing. IssueID #283
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 650f7e65..c19dd50e 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -62,7 +62,7 @@ enum iFileVersion {
62#define home_Icon "\U0001f3e0" 62#define home_Icon "\U0001f3e0"
63#define edit_Icon "\u270e" 63#define edit_Icon "\u270e"
64#define delete_Icon "\u232b" 64#define delete_Icon "\u232b"
65#define copy_Icon "\u2bba" 65#define copy_Icon "\u2398" //"\u2bba"
66#define check_Icon "\u2714" 66#define check_Icon "\u2714"
67#define ballotCheck_Icon "\U0001f5f9" 67#define ballotCheck_Icon "\U0001f5f9"
68#define inbox_Icon "\U0001f4e5" 68#define inbox_Icon "\U0001f4e5"