Hi There,
Please add the following CSS:
.format-standard .entry-title:before{
content:"\f001"
}
.format-video .entry-title:before{
content:"\f001"
}
.format-audio .entry-title:before{
content:"\f001"
}
.format-quote .entry-title:before {
content: "\f001";
}
.format-image .entry-title:before {
content: "\f001";
}
.format-gallery .entry-title:before {
content: "\f001";
}
You can replace the f001 with the cheatsheet code on this link: http://fortawesome.github.io/Font-Awesome/cheatsheet/.
Hope it helps 🙂