Add Tsu theme
This commit is contained in:
82
themes/hexo-theme-Tsu/source/styles/iconfont.styl
Normal file
82
themes/hexo-theme-Tsu/source/styles/iconfont.styl
Normal file
@@ -0,0 +1,82 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'iconfont'; /* project id 96542 */
|
||||
src: url('//at.alicdn.com/t/font_8gx15cdpiaz41jor.eot');
|
||||
src: url('//at.alicdn.com/t/font_8gx15cdpiaz41jor.eot?#iefix') format('embedded-opentype'),
|
||||
url('//at.alicdn.com/t/font_8gx15cdpiaz41jor.woff') format('woff'),
|
||||
url('//at.alicdn.com/t/font_8gx15cdpiaz41jor.ttf') format('truetype'),
|
||||
url('//at.alicdn.com/t/font_8gx15cdpiaz41jor.svg#iconfont') format('svg');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.icon-linkedin:before {
|
||||
content: "\e60d";
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\e600";
|
||||
}
|
||||
.icon-weibo:before {
|
||||
content: "\e602";
|
||||
}
|
||||
.icon-stack-overflow:before {
|
||||
content: "\e603";
|
||||
font-size: .85em;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
}
|
||||
.icon-email:before {
|
||||
content: "\e605";
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
.icon-facebook:before {
|
||||
content: "\e601";
|
||||
font-size: .95em;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
.icon-github:before {
|
||||
content: "\e606";
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
.icon-rss:before {
|
||||
content: "\e604";
|
||||
}
|
||||
.icon-google:before {
|
||||
content: "\e609";
|
||||
}
|
||||
.icon-zhihu:before {
|
||||
content: "\e607";
|
||||
font-size: .9em;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
.icon-heart:before {
|
||||
content: "\e608";
|
||||
}
|
||||
.icon-right:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
.icon-left:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
.icon-up:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
.icon-search:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
.icon-close:before {
|
||||
content: "\e60f";
|
||||
}
|
Reference in New Issue
Block a user