diff options
author | Jinhyuk Jun <jinhyuk.jun@samsung.com> | 2013-04-16 17:46:25 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2013-04-18 19:19:21 +0900 |
commit | b3f051cf0eb29af51e7c1d62f76380d2be2d1105 (patch) | |
tree | 0af5d275f339b1edb2f8ffafe7ebca5917d540db /src/themes | |
parent | 18121a045960ca103cd787190f2f6089164816bd (diff) | |
download | web-ui-fw-b3f051cf0eb29af51e7c1d62f76380d2be2d1105.tar.gz web-ui-fw-b3f051cf0eb29af51e7c1d62f76380d2be2d1105.tar.bz2 web-ui-fw-b3f051cf0eb29af51e7c1d62f76380d2be2d1105.zip |
TizenWinset : Change default font
Default TizenAlias, Secondary Helvetica(for browser)
Change-Id: Idb9d7625d2de1e639d310f850cf5b81ca4ae8f60
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.theme.less | 7 | ||||
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.tizen.less | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.theme.less b/src/themes/tizen/common/jquery.mobile.theme.less index 3de99670..428ae5d8 100644 --- a/src/themes/tizen/common/jquery.mobile.theme.less +++ b/src/themes/tizen/common/jquery.mobile.theme.less @@ -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; @@ -374,7 +374,7 @@ color: @color_text; font-weight: normal; - font-family: Helvetica, Arial, sans-serif; + font-family: @font_family; .ui-link-inherit { color: #fff; } .ui-link { @@ -477,7 +477,7 @@ .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; diff --git a/src/themes/tizen/common/jquery.mobile.tizen.less b/src/themes/tizen/common/jquery.mobile.tizen.less index 135953a3..c6f6b001 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.less @@ -11,7 +11,7 @@ @unit_base: @rem_base; -@font_family: Helvetica, Arial, sans-serif; +@font_family: Tizen, Helvetica; /****************************** z-index order collection |