diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/define.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/define.h b/include/define.h index 369ce08..0012083 100644 --- a/include/define.h +++ b/include/define.h @@ -51,9 +51,9 @@ #define SIGNAL_HIDE_FINISHED "elm,action,hide,finished" #define SIGNAL_TIMEOUT "timeout" -#define FONT_REGULAR "TizenSans" -#define FONT_LIGHT "TizenSans:style=Light" -#define FONT_BOLD "TizenSans:style=Bold" +#define FONT_REGULAR "BreezeSans" +#define FONT_LIGHT "BreezeSans:style=Light" +#define FONT_BOLD "BreezeSans:style=Bold" #define COLOR_BG_NORMAL 255 255 255 255 #define COLOR_BG_FOCUSED 0 119 246 255 |