esappear / hexo-theme-clover

Clover theme for Hexo.
214 stars 44 forks source link

icon font name #7

Closed mnabila closed 5 years ago

mnabila commented 5 years ago

hello sir I have one question, what font name for the icon under the website title or on icon font family ps: and how to get the code for the content on the selector icon-xxx ?

@font-face {
  font-family: 'iconfont';  /* project id 861369 */
  src: url('//at.alicdn.com/t/font_861369_9voy0xmnmvl.eot');
  src: url('//at.alicdn.com/t/font_861369_9voy0xmnmvl.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_861369_9voy0xmnmvl.woff') format('woff'),
  url('//at.alicdn.com/t/font_861369_9voy0xmnmvl.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_861369_9voy0xmnmvl.svg#iconfont') format('svg');
}

thanks :+1: