<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic implement font-awesome pro icon in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/386251#M19566</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have font-awesome pro. Then I wanted to ask about the ways to use the font awesome pro in the hubspot. Is it same with the way to use the icon (add icon field) by edit the setting or anythings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or is it by coding?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2020 05:44:25 GMT</pubDate>
    <dc:creator>kyKaq</dc:creator>
    <dc:date>2020-11-13T05:44:25Z</dc:date>
    <item>
      <title>implement font-awesome pro icon</title>
      <link>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/386251#M19566</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have font-awesome pro. Then I wanted to ask about the ways to use the font awesome pro in the hubspot. Is it same with the way to use the icon (add icon field) by edit the setting or anythings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or is it by coding?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 05:44:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/386251#M19566</guid>
      <dc:creator>kyKaq</dc:creator>
      <dc:date>2020-11-13T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: implement font-awesome pro icon</title>
      <link>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/386337#M19576</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145651"&gt;@kyKaq&lt;/a&gt;&amp;nbsp;there are a lot of different ways you can use FontAwesome Pro. I think the most popular way is to add the provided "Kit Code" to the global site head in your settings. Once you do that, you can copy and past any icon code from fontawesome.com to your website and the kit code will handle the rest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Personally, I like to use the SVG code directly in my modules/templates for better performance. But I will admit, it can be a bit of a pain to do things that way.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 11:20:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/386337#M19576</guid>
      <dc:creator>stefen</dc:creator>
      <dc:date>2020-11-13T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: implement font-awesome pro icon</title>
      <link>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/386573#M19594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/145651"&gt;@kyKaq&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's quite simple.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can:&lt;/P&gt;
&lt;P&gt;- place the FA pro link in the HubSpot settings ( settings -&amp;gt; website -&amp;gt; pages -&amp;gt; header options)&lt;/P&gt;
&lt;P&gt;- upload all needed icons(SVG or PNG) to the file-manager and create a image-function in your module&lt;/P&gt;
&lt;P&gt;- use a simple text-field(called e.g Font Awesome Icon) for the name like(recommend this one) after linking the FA CSS file somewhere&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;i class="fad fa-{{module.font_awesome_icon}} fa-lg"&amp;gt;&amp;lt;/i&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- upload the FA CSS to your file-manager and link it directly in the module - this will load the FA CSS only if the module requires it and only once per site not per module&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 16:02:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/386573#M19594</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2020-11-15T16:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: implement font-awesome pro icon</title>
      <link>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/935607#M38151</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133"&gt;@stefen&lt;/a&gt;&amp;nbsp;is there a way to get the FontAwesome Pro library to appear in the Icon module?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-29 at 4.03.10 PM.png" style="width: 571px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111860i1AF9E421C0BE8145/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-29 at 4.03.10 PM.png" alt="Screenshot 2024-02-29 at 4.03.10 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 21:07:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/935607#M38151</guid>
      <dc:creator>yshinzato</dc:creator>
      <dc:date>2024-02-29T21:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: implement font-awesome pro icon</title>
      <link>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/935991#M38166</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55732"&gt;@yshinzato&lt;/a&gt;&amp;nbsp;no, you'd have to use your own custom field in a custom module and copy and paste the code into it for pro.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 13:45:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/935991#M38166</guid>
      <dc:creator>stefen</dc:creator>
      <dc:date>2024-03-01T13:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: implement font-awesome pro icon</title>
      <link>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/945532#M38380</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 15:41:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/implement-font-awesome-pro-icon/m-p/945532#M38380</guid>
      <dc:creator>yshinzato</dc:creator>
      <dc:date>2024-03-18T15:41:19Z</dc:date>
    </item>
  </channel>
</rss>

