summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-10 17:08:42 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-10 17:08:42 +0200
commit11b5e74022461308da506f63f3e1902a64e5496a (patch)
treeb378a1931666e7e1381aee4e29984fa3fc6cef01 /src/ui/text.h
parentbe1b78651171e9a9386c9fbbf8b8aced2e8dbcac (diff)
GmDocument: Links use a bold, tinted font
Links are important enough to stand out clearly. A bold font can be tinted with the primary theme color without losing readability.
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 99f81d9f..b46c15c6 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -42,6 +42,7 @@ enum iFontId {
42 defaultContentSized_FontId, 42 defaultContentSized_FontId,
43 /* content fonts */ 43 /* content fonts */
44 regular_FontId, 44 regular_FontId,
45 bold_FontId,
45 monospace_FontId, 46 monospace_FontId,
46 monospaceSmall_FontId, 47 monospaceSmall_FontId,
47 medium_FontId, 48 medium_FontId,