<?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: API v4.10 adding a local font (ESRI Weather) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1089460#M74304</link>
    <description>&lt;P&gt;For anyone else looking to use a custom font I really struggled with this so documenting here. There doesn't appear to be a documented way on how to create a PBF font for Esri.&lt;/P&gt;&lt;P&gt;A tip I got was the easiest way is to create a vector tile package with the font in in. Then rename the VTPK to .zip unzip and the font will be under resources\fonts\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 22:03:36 GMT</pubDate>
    <dc:creator>DavidWilton</dc:creator>
    <dc:date>2021-08-16T22:03:36Z</dc:date>
    <item>
      <title>API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603178#M56472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prior to the newest release of the ESRI JavaScript API 4.10, I have been able to&amp;nbsp;include the ESRI Weather font to my page&amp;nbsp;through CSS via the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff;"&gt;@font-face&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;font-family&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"ESRI Weather"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;: url(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"ESRIWeather.eot"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;: url(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"ESRIWeather.eot?#iefix"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) format(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"embedded-opentype"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; url(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"ESRIWeather.woff"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) format(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"woff"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; url(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"ESRIWeather.ttf"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) format(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"truetype"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; url(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"ESRIWeather.svg#svgESRIWeather"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;) format(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"svg"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;font-weight&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #0451a5;"&gt;normal&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;font-style&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #0451a5;"&gt;normal&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt;That does not appear to work anymore with 4.10 and the documentation is a little confusing about how to add a local font.&amp;nbsp; Has anyone been able to successfully include a local font with a page that utilizes version 4.10 of the API....or do you know the path of how I could include the ESRI Weather Font from ESRI?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt;Thanks for any insights&amp;nbsp;that someone may have!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 23:11:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603178#M56472</guid>
      <dc:creator>ChadKahler</dc:creator>
      <dc:date>2019-01-16T23:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603179#M56473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/204405"&gt;Chad Kahler&lt;/A&gt;, at 4.10 we improved performance by drawing all layers in a 2D MapView in WebGL, this requires all fonts to be hosted in pbf file format.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html#improved-drawing-performance-in-2d" title="https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html#improved-drawing-performance-in-2d"&gt;Release notes for 4.10 | ArcGIS API for JavaScript 4.10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to host your own fonts, they need to be converted into pbf and hosted (by setting the esriConfig.fontsURL property to point to your own server).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/guide/labeling/index.html#fonts-for-featurelayer-csvlayer-and-streamlayer" title="https://developers.arcgis.com/javascript/latest/guide/labeling/index.html#fonts-for-featurelayer-csvlayer-and-streamlayer"&gt;Labeling | ArcGIS API for JavaScript 4.10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Noah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603179#M56473</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-01-17T20:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603180#M56474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response!&amp;nbsp; I guess my primary&amp;nbsp;obstacle&amp;nbsp;is trying to figure how to convert a local font file&amp;nbsp;to pbf format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, after trying the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;esriConfig.fontsURL property, it appears that it is all or nothing?&amp;nbsp;&amp;nbsp;You cannot host one font locally and then load the rest from the ESRI API...is that correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks for your assistance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Chad&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603180#M56474</guid>
      <dc:creator>ChadKahler</dc:creator>
      <dc:date>2019-01-17T20:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603181#M56475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Here is a free online util for that:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://convertio.co/ttf-pfb/" title="https://convertio.co/ttf-pfb/"&gt;Convert TTF to PFB (Online &amp;amp; Free) — Convertio&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 21:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603181#M56475</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-17T21:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603182#M56476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the assistance, but I thought the fonts had to be converted to PBF format...not PFB?&amp;nbsp; Are they the same thing?&amp;nbsp; I have to admit...I am not very familiar with font formats.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 21:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603182#M56476</guid>
      <dc:creator>ChadKahler</dc:creator>
      <dc:date>2019-01-17T21:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603183#M56477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/204405"&gt;Chad Kahler&lt;/A&gt;‌ were you able to give reference to a local font family?&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;trying to have a completely offline application. Just need the default fonts but on local.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/36951"&gt;Noah Sager&lt;/A&gt;‌ is there any way to maintain the some of the default font family provided by ESRI on my local and then provide the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;esriConfig.fontsURL?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 13:15:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603183#M56477</guid>
      <dc:creator>ArchanaVenkataraman</dc:creator>
      <dc:date>2019-04-25T13:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603184#M56478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get it to work by hosting the ESRI Weather font (in its various font formats) locally and then include via CSS.&amp;nbsp; The main reason I have been looking to have it included within the ESRI JavaScript API is because our work computers prevent browsers from loading local font files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 13:51:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603184#M56478</guid>
      <dc:creator>ChadKahler</dc:creator>
      <dc:date>2019-04-25T13:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603185#M56479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the inclusion of the ESRI Weather font within the API is under&lt;/P&gt;&lt;P&gt;consideration for future releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, Apr 26, 2019 at 8:01 AM Archana Venkataraman &amp;lt;geonet@esri.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 15:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603185#M56479</guid>
      <dc:creator>ChadKahler</dc:creator>
      <dc:date>2019-04-26T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603186#M56480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Archana, we do not have an official solution for this workflow at this time, but it is under consideration. Same for what Chad said about including the Esri Weather font. Will keep this thread updated when we have some news to share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2019 18:41:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/603186#M56480</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-04-29T18:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1059342#M73177</link>
      <description>&lt;P&gt;You need to convert desired font to .pbf format, not .pfb. We faced the same problem (wanted custom font in esri map, currently using 4.19 JS API) and we managed to convert our font to .pbf format using Mapbox.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.mapbox.com/api/maps/fonts/" target="_blank"&gt;https://docs.mapbox.com/api/maps/fonts/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to resolve the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 09:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1059342#M73177</guid>
      <dc:creator>MarekCikos</dc:creator>
      <dc:date>2021-05-19T09:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1089460#M74304</link>
      <description>&lt;P&gt;For anyone else looking to use a custom font I really struggled with this so documenting here. There doesn't appear to be a documented way on how to create a PBF font for Esri.&lt;/P&gt;&lt;P&gt;A tip I got was the easiest way is to create a vector tile package with the font in in. Then rename the VTPK to .zip unzip and the font will be under resources\fonts\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 22:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1089460#M74304</guid>
      <dc:creator>DavidWilton</dc:creator>
      <dc:date>2021-08-16T22:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1301856#M81465</link>
      <description>&lt;P&gt;I am also trying to label a feature layer in my application developed with React and JavaScript SDK for ArcGIS, with a custom font which I have in woff and woff2 format.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;what tool can I use to convert the font from woff or woff2 to the desired pbf format?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 05:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1301856#M81465</guid>
      <dc:creator>andrei_ste</dc:creator>
      <dc:date>2023-06-22T05:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1302997#M81526</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/462825"&gt;@andrei_ste&lt;/a&gt;. As of 4.27, woff2 will work in 3D SceneViews:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/labeling/#fonts" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/labeling/#fonts&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;For 2D MapViews, here are the steps that will export&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;font&lt;/SPAN&gt;s to&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;pbf&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;format&amp;nbsp;&lt;/SPAN&gt;using ArcGIS Pro:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;1) Install the&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;font&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;2) Author a small map in&amp;nbsp;Pro&amp;nbsp;and use the&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;font&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;for labels&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;3) Create a VTPK&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;4) Unzip it and pull the&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;font&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;out&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 14:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1302997#M81526</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2023-06-26T14:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1303068#M81531</link>
      <description>&lt;P&gt;Managed to convert the font but I still can't see any changes in the webmap. I copied all the files from the VPTK in a folder named inter-bold. From the browser developer tools, it seems that the font is fetched correctly but no changes are applied. Do you have any idea why this is happening? The font that I want to apply is Inter which is open source. Thank you for the response!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="localhost.png" style="width: 476px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74191iA41AFFB8ED6B6FFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="localhost.png" alt="localhost.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 16:29:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1303068#M81531</guid>
      <dc:creator>andrei_ste</dc:creator>
      <dc:date>2023-06-26T16:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: API v4.10 adding a local font (ESRI Weather)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1572979#M86337</link>
      <description>&lt;P&gt;Thank you, this is really helpful!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 22:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v4-10-adding-a-local-font-esri-weather/m-p/1572979#M86337</guid>
      <dc:creator>Joshua-Young</dc:creator>
      <dc:date>2025-01-06T22:51:06Z</dc:date>
    </item>
  </channel>
</rss>

