fix a bug about iconfont

This commit is contained in:
OttoMao
2015-06-18 17:31:05 +08:00
parent 5d92502fb8
commit 2865e7a1d5
8 changed files with 151 additions and 214 deletions

View File

@@ -1,12 +1,3 @@
/*custom iconfont*/
@font-face {font-family: 'iconfont';
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
}
body{
min-width: 1090px;
}
@@ -15,15 +6,6 @@ body, html {
height: 100%;
}
.iconfont{
font-family:"iconfont" !important;
font-size:16px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.topHead{
height: 55px;
position: relative;