Change font to BreezeSans 01/48401/1
authorjinwoo.shin <jw0227.shin@samsung.com>
Mon, 21 Sep 2015 09:33:16 +0000 (18:33 +0900)
committerjinwoo.shin <jw0227.shin@samsung.com>
Mon, 21 Sep 2015 09:33:58 +0000 (18:33 +0900)
Change-Id: Id6cd7255e2cb8283b227c6a9b0bdadd476690aed
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
data/widget/notify.edc
include/define.h

index f574396..369bcf4 100644 (file)
@@ -132,7 +132,7 @@ group {
        styles {
                style {
                        name: "toast_style";
-                       base: "font=TizenSans:style=Light font_size=28 align=center color=#515151";
+                       base: "font=BreezeSans:style=Light font_size=28 align=center color=#515151";
                        tag: "br" "\n";
                        tag: "tab" "\t";
                }
index 369ce08..0012083 100644 (file)
@@ -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