Archived topic
How to place (prefix) a font awesome 5 icon before a post title using css
1 reply · Started by Pete on November 29, 2018
Viewing posts 1–2 of 2
Just thought I'd share this...
How to place a fontawesome 5 icon before a post title using css
h1.page-title::before {
font-family: "Font Awesome 5 Free";
content: "\f091";
display: inline-block;
padding-right: 1px;
vertical-align: middle;
font-weight: 900;
}
https://stackoverflow.com/questions/20782368/use-font-awesome-icon-as-css-content
Hi there,
yes the FA 5 family names get awfully convoluted :) Really appreciate you sharing this and i am sure others will find it helpful. Thank you!
This archived topic is closed to new replies.