Examples of how it looks like this:
How to Make Made with Love (FontAwesome) on Blogger
🔹If you previously used the SVG icon , it's different from this time using Font Awesome.
With Font Awesome, we can display certain logos that are desired to be displayed on the blog. Whether it's Arrow, List, Amount, and much more.
How to Make Made with Love (FontAwesome) on Blogger
I don't like to beat around the bush, so get on with it. Here's how to install the Made with Love code with FontAwesome.
🥇First of all go to Blogger > Templates > Edit HTML
🥈Save the code below, above the code
<head>
OR
<body>
<script type='text/javascript'> //<![CDATA[ function loadCSS(e, t, n) { "use strict"; var i = window.document.createElement("link"); var o = t || window.document.getElementsByTagName("script")[0]; i.rel = "stylesheet"; i.href = e; i.media = "only x"; o.parentNode.insertBefore(i, o); setTimeout(function () { i.media = n || "all" }) } loadCSS("//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); //]]> </script>
Search for text Copyrightor Powered by Bloggerin the Blogger Template. Save the code below, place it next to or below the text (choose one).
Made with <i class='fa fa-heartbeat'/> TopBlog Pk, Pakistan
Then tap the Save Template button and check the results.
How? It's easy, right❓
That's how to install Made with Love (FontAwesome) on Blogger.