summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config_vars.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-12-04 22:59:51 +0100
committerRobin Gareus <robin@gareus.org>2019-12-04 22:59:51 +0100
commit8f31f814b49a0129997da3f8ff66f34bb7b9865c (patch)
tree703cbc3ecc8c5e92c5a2ac217b05b7ff1e17cc5e /gtk2_ardour/ui_config_vars.h
parentd8c63568a52c2277eba294cc3ed71f117c5d170a (diff)
Allow using ArdourSans as optional default font
Diffstat (limited to 'gtk2_ardour/ui_config_vars.h')
-rw-r--r--gtk2_ardour/ui_config_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h
index 9b70deb026..5f145de705 100644
--- a/gtk2_ardour/ui_config_vars.h
+++ b/gtk2_ardour/ui_config_vars.h
@@ -21,6 +21,7 @@
UI_CONFIG_VARIABLE (std::string, icon_set, "icon-set", "default")
UI_CONFIG_VARIABLE (std::string, ui_rc_file, "ui-rc-file", "clearlooks.rc")
+UI_CONFIG_VARIABLE (std::string, ui_font_family, "ui-font-family", "Sans")
UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark")
UI_CONFIG_VARIABLE (bool, flat_buttons, "flat-buttons", false)
UI_CONFIG_VARIABLE (bool, boxy_buttons, "boxy-buttons", false)