diff --git a/README.md b/README.md index 9d34853..0de2fda 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ fonteditor 在线ttf字体编辑器 ## release log: -1. 2014-10-7 ttf管理器发布,[试玩版地址](http://mkwiser.sinaapp.com/fonteditor/ttf.html). +1. 2014-10-7 ttf管理器发布,[试玩版地址](http://mkwiser.sinaapp.com/fonteditor/index.html). 2. 2014-10-19 ttf编辑器发布,[试玩版地址](http://mkwiser.sinaapp.com/fonteditor/index.html). diff --git a/css/common/common.less b/css/common/common.less index e328a6f..69414fa 100644 --- a/css/common/common.less +++ b/css/common/common.less @@ -134,4 +134,13 @@ body, html { border: 1px solid #CCC; background: rgba(222, 222, 222, 0.5); pointer-events: none; +} + +.forkme { + float: right; + color: #FFF; + + &:hover { + color: #EEE + } } \ No newline at end of file diff --git a/css/common/ico.less b/css/common/ico.less index 8b10974..03563c3 100644 --- a/css/common/ico.less +++ b/css/common/ico.less @@ -9,15 +9,9 @@ .ico() { display: inline-block; font-family: 'fonteditor'; - font-size: 12px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.1px; - - &:hover { - cursor: pointer; - color: blue; - } } .i-ico(@unicode) { @@ -29,6 +23,11 @@ .i-edit, .i-del { .ico(); + font-size: 12px; + &:hover { + cursor: pointer; + color: blue; + } } .i-edit { @@ -37,4 +36,9 @@ .i-del { .i-ico('\e611'); +} + +.i-github { + .ico(); + .i-ico('\e600'); } \ No newline at end of file diff --git a/font/iconfont.eot b/font/iconfont.eot index cd9bc4b..a0e9995 100644 Binary files a/font/iconfont.eot and b/font/iconfont.eot differ diff --git a/font/iconfont.svg b/font/iconfont.svg index 659acc5..69d2661 100644 --- a/font/iconfont.svg +++ b/font/iconfont.svg @@ -1,331 +1 @@ - - - + \ No newline at end of file diff --git a/font/iconfont.ttf b/font/iconfont.ttf index e178ff5..af4bab9 100644 Binary files a/font/iconfont.ttf and b/font/iconfont.ttf differ diff --git a/font/iconfont.woff b/font/iconfont.woff index 875a16f..037effe 100644 Binary files a/font/iconfont.woff and b/font/iconfont.woff differ diff --git a/index.html b/index.html index c855d93..0001f04 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@