From 96bbf75d78c64ec51350db752997d48dd0e47ca9 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Fri, 27 Nov 2009 11:34:59 +0000 Subject: Configure fonts through GConf (#1584) Sugar currently configures fonts through gtkrc and through the sugar.graphics.style class, both of which are hard to modify by implementors/deployers. Move this into GConf and apply these settings to the sugar shell at startup. In the longer term, Sayamindu's efforts to create a settings manager will build on this work. --- (limited to 'data/sugar.schemas.in') diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in index 8c43930..48770de 100644 --- a/data/sugar.schemas.in +++ b/data/sugar.schemas.in @@ -216,6 +216,29 @@ + + /schemas/desktop/sugar/font/default_face + /desktop/sugar/font/default_face + sugar + string + Sans Serif + + Default font face + Font face that is used throughout the desktop. + + + + /schemas/desktop/sugar/font/default_size + /desktop/sugar/font/default_size + sugar + float + 10 + + Default font size + Font size that is used throughout the desktop. + + + -- cgit v0.9.1