# 字体图标库

本主题使用的图标库为阿里巴巴矢量图标库 [iconfont](https://www.iconfont.cn/)。

## 拓展图标
大家可以在 iconfont 生成自己的图标库，生成方法参考[官方教程](https://www.iconfont.cn/help/detail?spm=a313x.7781069.1998910419.13&helptype=about) 。
<br>获取样式地址后按照下面示例方式添加到配置中.

!> 扩展图表只适用于在配置文件中配置的icon图标,如侧边栏`navList`

```javascript
window.cnblogsConfig = {
    fontIconExtend: "//at.alicdn.com/t/font_xxxxxxxxx.css",
}
```

## 内置图标

> 本主题内置图标

<iframe  
height=850
width=90%
src="https://wangyang0210.github.io/cnblogs-theme/v2/iconfontDemo/demo_index.html"  
frameborder=0  
allowfullscreen>
</iframe>
