Closed JKSTAFF closed 6 years ago
@Dedsic You should update the font-awesome files in https://github.com/ppoffice/hexo-theme-hueman/tree/master/source/libs/font-awesome
@ppoffice Hey I'm back. I simply add this
.fa-telegram:before {
content: "\f2c6";
}
in font-awesome.css , and
fa-telegram:before{content:"\f2c6"}
in font-awesome.min.css. In doing so I got a error icon on the side bar
I don't know much about fontawesome. Hope you can give me more advice.
Thank you.
@Dedsic It does not show because it does not have the icon. You need to download a newer version of font-awesome files and replace the old ones.
It's done.All icons' working now. Huge Thanks to you!
For people who have the same problem just in case, like @ppoffice said, download the newer version then replace the old one can fix it.
I found there is an available icon for telegram
Then I add it in themes/hueman/_config.yml looks like this:
......and no telegram icon shown. Any solution?
Thanks for your coding and watching.