TizenWinset : Change default font
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Tue, 16 Apr 2013 08:46:25 +0000 (17:46 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 18 Apr 2013 10:19:21 +0000 (19:19 +0900)
Default TizenAlias, Secondary Helvetica(for browser)

Change-Id: Idb9d7625d2de1e639d310f850cf5b81ca4ae8f60

src/themes/tizen/common/jquery.mobile.theme.less
src/themes/tizen/common/jquery.mobile.tizen.less

index 3de9967..428ae5d 100644 (file)
@@ -10,7 +10,7 @@
        border: none;
        background : @color_bar_naviframe_bg; /* Header Background */
        color: @color_bar_title_text;
-       font-family: Helvetica, Arial, sans-serif;
+       font-family: @font_family;
        font-weight: bold;
        font-size : 28 * @unit_base;
 
        color:                                  @color_text;
        font-weight: normal;
 
-       font-family: Helvetica, Arial, sans-serif;
+       font-family: @font_family;
 
        .ui-link-inherit { color:       #fff; }
        .ui-link {
 .ui-btn-up-s,
 .ui-btn-hover-s,
 .ui-btn-down-s {
-       font-family: Helvetica, Arial, sans-serif;
+       font-family: @font_family;
        text-decoration: none;
 }
 
@@ -502,7 +502,6 @@ a.ui-link-inherit {
        text-decoration: none;
        background:                     @color_button_press;
        outline: none;
-       //font-family: Helvetica, Arial, sans-serif;
 
        a.ui-link-inherit {
                color:                                  @color_button_text_normal;
index 135953a..c6f6b00 100644 (file)
@@ -11,7 +11,7 @@
 
 @unit_base: @rem_base;
 
-@font_family: Helvetica, Arial, sans-serif;
+@font_family: Tizen, Helvetica;
 
 /******************************
   z-index order collection