Font Awesome bug in blockquote.twitter-tweet
-
On line 250 of the stylesheet I fixed the icon in the twitter blockquote not showing up when cookies were blocked by adding the Font Awesome 6 Brands as its font-family like:
.entry blockquote.twitter-tweet:before { content: “\f099”; font-family: “Font Awesome 6 Brands”;}
On my website “\f099” wasn’t showing up in “Font Awesome 6 Free” and had an icon error.
- The topic ‘Font Awesome bug in blockquote.twitter-tweet’ is closed to new replies.