diff --git a/components/iconfont/index.md b/components/iconfont/index.md index f28da14150aba0a8f996216ecde3c48a52919e3c..4e4e61f97dec4bb5f0ca5a6609ffc14fee7d897c 100644 --- a/components/iconfont/index.md +++ b/components/iconfont/index.md @@ -506,6 +506,10 @@ chrome +
  • + + home +
  • loading diff --git a/style/core/iconfont.less b/style/core/iconfont.less index 7b53810aedc7204e01d9eb3baa1bacdb6b752317..9be47d2ede770b8a6fd7fee301d3a5e14a1413e9 100644 --- a/style/core/iconfont.less +++ b/style/core/iconfont.less @@ -149,7 +149,8 @@ .@{iconfont-css-prefix}-video-camera:before {content:"\e66b";} .@{iconfont-css-prefix}-windows:before {content:"\e66c";} .@{iconfont-css-prefix}-ie:before {content:"\e66d";} -.@{iconfont-css-prefix}-chrome:before {content:"\e66e";} +.@{iconfont-css-prefix}-chrome:before {content:"\e66e";} +.@{iconfont-css-prefix}-home:before {content:"\e612";} .@{iconfont-css-prefix}-loading:before { display: inline-block; .animation(loadingCircle 1s infinite linear); diff --git a/style/themes/default/custom.less b/style/themes/default/custom.less index 45ece0480e6b526580a369db94134bdd9e6c1513..7c330fbb79dcf9b6a0456be1d7fd0e668eea4db8 100644 --- a/style/themes/default/custom.less +++ b/style/themes/default/custom.less @@ -15,12 +15,12 @@ @text-color : #666; @font-size-base : 12px; @line-height-base : 1.5; -@line-height-computed: floor((@font-size-base * @line-height-base)); +@line-height-computed : floor((@font-size-base * @line-height-base)); @border-radius-base : 6px; // ICONFONT @iconfont-css-prefix : anticon; -@icon-url : "//at.alicdn.com/t/font_1436434300_7173727"; +@icon-url : "//at.alicdn.com/t/font_1436443521_8072257"; // LINK @link-color : @primary-color;