<?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 Re: How to Include Custom Non-Google Font in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-include-custom-non-google-font/m-p/650747#M3281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I figured a few things out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) CORS was blocking access to my CSS url. Stupid CORS...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="https://enable-cors.org/server_iis7.html" title="https://enable-cors.org/server_iis7.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://enable-cors.org/server_iis7.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Cleaned up the CSS&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;cubano.css&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;/* latin */
@font-face {
 font-family: "Cubano";
 font-style: normal;
 src: url("https://ags.stone-env.net/cubano-regular-webfont.ttf") format("truetype");
 font-weight: 400;
}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/PRE&gt;&lt;P&gt;3) For some reason the URL that you enter into the custom font URL box needs to include the "?family=Cubano" (or whatever family) at the end.&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;IMG __jive_id="467719" alt="Successful!" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/467719_Screen Shot 2019-10-24 at 13.42.10.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 03:35:36 GMT</pubDate>
    <dc:creator>NFlourish</dc:creator>
    <dc:date>2021-12-12T03:35:36Z</dc:date>
    <item>
      <title>How to Include Custom Non-Google Font</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-include-custom-non-google-font/m-p/650746#M3280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to include a custom font. It is free for personal use and my use is personal. However it is not a Google font and not by-default hosted online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the TTF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have placed this on my web server and can access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also created a custom CSS file that contains a font-face element referencing my custom font.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I cannot seem to enter any URL to that TTF file, or the CSS with the font-face element in it in the Hub font selector that works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000;"&gt;My font is here: &lt;A href="https://ags.stone-env.net/cubano-regular-webfont.ttf"&gt;https://ags.stone-env.net/cubano-regular-webfont.ttf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My font-face element is here:&amp;nbsp;&lt;A class="link-titled" href="https://ags.stone-env.net/cubano.css" title="https://ags.stone-env.net/cubano.css"&gt;https://ags.stone-env.net/cubano.css&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2019 17:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-include-custom-non-google-font/m-p/650746#M3280</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2019-10-24T17:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Include Custom Non-Google Font</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/how-to-include-custom-non-google-font/m-p/650747#M3281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I figured a few things out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) CORS was blocking access to my CSS url. Stupid CORS...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A class="link-titled" href="https://enable-cors.org/server_iis7.html" title="https://enable-cors.org/server_iis7.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://enable-cors.org/server_iis7.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Cleaned up the CSS&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;cubano.css&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;/* latin */
@font-face {
 font-family: "Cubano";
 font-style: normal;
 src: url("https://ags.stone-env.net/cubano-regular-webfont.ttf") format("truetype");
 font-weight: 400;
}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/PRE&gt;&lt;P&gt;3) For some reason the URL that you enter into the custom font URL box needs to include the "?family=Cubano" (or whatever family) at the end.&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;IMG __jive_id="467719" alt="Successful!" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/467719_Screen Shot 2019-10-24 at 13.42.10.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:35:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/how-to-include-custom-non-google-font/m-p/650747#M3281</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2021-12-12T03:35:36Z</dc:date>
    </item>
  </channel>
</rss>

