-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
icon-mail图标字体 #16
Comments
@reverland 已加上,我暂时预制了下面这些常用的icon,迟点我写个文档怎么自定义icon .icon-mail:before { content: '\e800'; } /* '' */
.icon-weibo:before { content: '\e801'; } /* '' */
.icon-rss-2:before { content: '\e802'; } /* '' */
.icon-info-circled-1:before { content: '\e803'; } /* '' */
.icon-wechat:before { content: '\e804'; } /* '' */
.icon-qq:before { content: '\e805'; } /* '' */
.icon-angle-up:before { content: '\e806'; } /* '' */
.icon-angle-right:before { content: '\e807'; } /* '' */
.icon-location:before { content: '\e808'; } /* '' */
.icon-rss:before { content: '\e809'; } /* '' */
.icon-box:before { content: '\e80a'; } /* '' */
.icon-archive:before { content: '\e80b'; } /* '' */
.icon-text:before { content: '\e80c'; } /* '' */
.icon-list:before { content: '\e80d'; } /* '' */
.icon-info-with-circle:before { content: '\e80e'; } /* '' */
.icon-home:before { content: '\e80f'; } /* '' */
.icon-angle-left:before { content: '\e810'; } /* '' */
.icon-home-1:before { content: '\e811'; } /* '' */
.icon-user:before { content: '\e812'; } /* '' */
.icon-calendar:before { content: '\e813'; } /* '' */
.icon-hou:before { content: '\e814'; } /* '' */
.icon-ji:before { content: '\e815'; } /* '' */
.icon-ma:before { content: '\e816'; } /* '' */
.icon-shu:before { content: '\e817'; } /* '' */
.icon-tu:before { content: '\e818'; } /* '' */
.icon-gou:before { content: '\e819'; } /* '' */
.icon-hu:before { content: '\e81a'; } /* '' */
.icon-uF005C:before { content: '\e81b'; } /* '' */
.icon-niu:before { content: '\e81c'; } /* '' */
.icon-she:before { content: '\e81d'; } /* '' */
.icon-yang:before { content: '\e81e'; } /* '' */
.icon-zhu:before { content: '\e81f'; } /* '' */
.icon-github:before { content: '\e820'; } /* '' */
.icon-tag:before { content: '\e821'; } /* '' */
.icon-info:before { content: '\e822'; } /* '' */
|
@forsigner 加个twitter就好了 |
@reverland 好的 |
icon-twitter 已加 |
@forsigner 好快😳 |
@forsigner 怎么自定义icon? |
@ykqmain CSS 熟吗?在自定义CSS中自定义相关的class即可 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: