diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-08 02:51:11 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-08 23:56:12 +0800 |
commit | 4015281028a036ee859360bb7feb3a6aeb8f56cb (patch) | |
tree | f9d8b7f71a4229d8b44d1180698e8f892635e880 /lib | |
parent | bc03f56a7483e499274cf1632975dfbb7e09e9ec (diff) | |
download | gsoc2013-epiphany-4015281028a036ee859360bb7feb3a6aeb8f56cb.tar.gz gsoc2013-epiphany-4015281028a036ee859360bb7feb3a6aeb8f56cb.tar.zst gsoc2013-epiphany-4015281028a036ee859360bb7feb3a6aeb8f56cb.zip |
prefs-dialog: new custom font selection UI
Allow users to set custom sans, serif and monospace fonts if they don't want
the defaults, which are the desktop wide settings in the
org.gnome.desktop.interface schema.
Bug #636761
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 5ae1c6912..d4a9755c8 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -76,6 +76,10 @@ typedef enum #define EPHY_PREFS_WEB_FONT_MIN_SIZE "min-font-size" #define EPHY_PREFS_WEB_LANGUAGE "language" #define EPHY_PREFS_WEB_USE_OWN_FONTS "use-own-fonts" +#define EPHY_PREFS_WEB_USE_GNOME_FONTS "use-gnome-fonts" +#define EPHY_PREFS_WEB_SANS_SERIF_FONT "sans-serif-font" +#define EPHY_PREFS_WEB_SERIF_FONT "serif-font" +#define EPHY_PREFS_WEB_MONOSPACE_FONT "monospace-font" #define EPHY_PREFS_WEB_USE_OWN_COLORS "use-own-colors" #define EPHY_PREFS_WEB_ENABLE_USER_CSS "enable-user-css" #define EPHY_PREFS_WEB_ENABLE_POPUPS "enable-popups" |