Font awesome icons for post type fields

I’ve tried to add font awesome icons to post field.
For instance: <i class="fas fa-folder" /> {post_terms_category} as shown below.

Is adding icons currently possible or is this just a bug?
I would be glad to find a solution here. :slight_smile:
Thank you!

I would like to produce the following output:
grafik

Try this code instead:

 <i class="fas fa-folder"></i>
1 Like

Awesome, that fixed it! Thank you! :partying_face: