<?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: Null &amp;quot;size&amp;quot; property in Font fields in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669499#M29683</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84625"&gt;@paladinodeimari&lt;/a&gt;&amp;nbsp;- are you looking at the right stylesheet? Because your CSS should only be showing the h1 and not the other elements (.menu-principale... etc.). So I think that's probably pulling in from somewhere else. Is your stylesheet named clc.css?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, you can make sure it's outputting the font size and unit by going to your stylesheet in the HubSpot Design Manager and clicking on "Show Output", you'll see something like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stylesheet_show-output.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71190i85191209F79DB39A/image-size/large?v=v2&amp;amp;px=999" role="button" title="stylesheet_show-output.jpg" alt="stylesheet_show-output.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, I would "View Source" on your page and make sure your stylesheet is being used. In the case of my "theme-overrides.css" as you can see in the tab above, it's appearing on my website as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;link rel="stylesheet" href="https://www.stephanieogaygarcia.com/hs-fs/hub/12345678/hub_generated/template_assets/12345678901/1234567890123/bold-theme/css/theme-overrides.min.css"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="cursor: pointer; text-decoration: none; color: #000000;" href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2022 13:25:22 GMT</pubDate>
    <dc:creator>Stephanie-OG</dc:creator>
    <dc:date>2022-07-22T13:25:22Z</dc:date>
    <item>
      <title>Null "size" property in Font fields</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669071#M29668</link>
      <description>&lt;P&gt;"size" and "size_unit" return NULL but other properties are filled correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I setup this fields.json:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[
  {
    "label": "Tipografia",
    "name": "tipografia",
    "type": "group",
    "children": [
      {
        "label": "Body",
        "name": "tipografia_body",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000" }
      },
      {
        "label": "Menu Principale",
        "name": "tipografia_menu_principale",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000" }
      },
      {
        "label": "Menu Secondario",
        "name": "tipografia_menu_secondario",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000" }
      },
      {
        "label": "Titolo H1",
        "name": "tipografia_titolo_h1",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000" }
      },
      {
        "label": "Titolo H2",
        "name": "tipografia_titolo_h2",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000" }
      },
      {
        "label": "Paragrafo",
        "name": "tipografia_paragrafo",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000" }
      },
      {
        "label": "Link",
        "name": "tipografia_link",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000" }
      }
    ]
  }
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this custom CSS file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% import './tools/_macros.css' %}

{% set tipografia = theme.tipografia %}
{% set tipografia_body = theme.tipografia.tipografia_body %}
{% set tipografia_menu_principale = theme.tipografia.tipografia_menu_principale %}
{% set tipografia_menu_secondario = theme.tipografia.tipografia_menu_secondario %}
{% set tipografia_titolo_h1 = theme.tipografia.tipografia_titolo_h1 %}
{% set tipografia_titolo_h2 = theme.tipografia.tipografia_titolo_h2 %}
{% set tipografia_paragrafo = theme.tipografia.tipografia_paragrafo %}
{% set tipografia_link = theme.tipografia.tipografia_link %}

{###########################################################################}
{###########################   3. Typography   #############################}
{###########################################################################}

body {
  font-family: {{ tipografia_body.font }};
  color: {{ tipografia_body.color }};
  font-size: {{ tipografia_body.size ~ tipografia_body.size_unit }};
}

p {
  font-family: {{ tipografia_paragrafo.font }};
  color: {{ tipografia_paragrafo.color }};
  font-size: {{ tipografia_paragrafo.size ~ tipografia_paragrafo.size_unit }};
}

a {
  font-family: {{ tipografia_link.font }};
  color: {{ tipografia_link.color }};
  font-size: {{ tipografia_link.size ~ tipografia_link.size_unit }};
}

h1 {
  font-family: {{ tipografia_titolo_h1.font }};
  color: {{ tipografia_titolo_h1.color }};
  font-size: {{ tipografia_titolo_h1.size ~ tipografia_titolo_h1.size_unit }};
}

h2 {
  font-family: {{ tipografia_titolo_h2.font }};
  color: {{ tipografia_titolo_h2.color }};
  font-size: {{ tipografia_titolo_h2.size ~ tipografia_titolo_h2.size_unit }};
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paladinodeimari_0-1658423277901.png" style="width: 302px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71127iF2E1A284C24D4FD6/image-dimensions/302x616?v=v2" width="302" height="616" role="button" title="paladinodeimari_0-1658423277901.png" alt="paladinodeimari_0-1658423277901.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;H1 should get 40px in size but it get only font-family and color.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paladinodeimari_1-1658423372523.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71128iCDB6919644FA13D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paladinodeimari_1-1658423372523.png" alt="paladinodeimari_1-1658423372523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the var tipografia_titolo_h1 returns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{font=Lato,font_set=GOOGLE,styles={font-family=Lato,sans-serif,font-style=normal,font-weight=normal,text-decoration=none},size=null,size_unit=null,color=#000000,variant=null,fallback=sans-serif,style=font-family:Lato,sans-serif;font-style:normal;font-weight:normal;text-decoration:none,css=color:#000;font-family:Lato,sans-serif}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 17:12:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669071#M29668</guid>
      <dc:creator>paladinodeimari</dc:creator>
      <dc:date>2022-07-21T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null "size" property in Font fields</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669217#M29673</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84625"&gt;@paladinodeimari&lt;/a&gt;! Welcome to the party &lt;span class="lia-unicode-emoji" title=":party_popper:"&gt;🎉&lt;/span&gt; Thank you for including all those details and screenshots. Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61659"&gt;@Stephanie-OG&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/146"&gt;@Gonzalo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127598"&gt;@Sjardo&lt;/a&gt;,&amp;nbsp;have you run into similar issues with some styling not being applied as expected?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you! — Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 21:15:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669217#M29673</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2022-07-21T21:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Null "size" property in Font fields</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669499#M29683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84625"&gt;@paladinodeimari&lt;/a&gt;&amp;nbsp;- are you looking at the right stylesheet? Because your CSS should only be showing the h1 and not the other elements (.menu-principale... etc.). So I think that's probably pulling in from somewhere else. Is your stylesheet named clc.css?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, you can make sure it's outputting the font size and unit by going to your stylesheet in the HubSpot Design Manager and clicking on "Show Output", you'll see something like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stylesheet_show-output.jpg" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71190i85191209F79DB39A/image-size/large?v=v2&amp;amp;px=999" role="button" title="stylesheet_show-output.jpg" alt="stylesheet_show-output.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, I would "View Source" on your page and make sure your stylesheet is being used. In the case of my "theme-overrides.css" as you can see in the tab above, it's appearing on my website as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;link rel="stylesheet" href="https://www.stephanieogaygarcia.com/hs-fs/hub/12345678/hub_generated/template_assets/12345678901/1234567890123/bold-theme/css/theme-overrides.min.css"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="cursor: pointer; text-decoration: none; color: #000000;" href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 13:25:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669499#M29683</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2022-07-22T13:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Null "size" property in Font fields</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669506#M29684</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Stephanie, thnk you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the output of my css from&amp;nbsp;&lt;SPAN&gt;HubSpot Design Manager:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paladinodeimari_0-1658496805392.png" style="width: 646px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71191iC69B4F6BA798EE31/image-dimensions/646x399?v=v2" width="646" height="399" role="button" title="paladinodeimari_0-1658496805392.png" alt="paladinodeimari_0-1658496805392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Some data are missing here, some not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, my stylesheet is named&amp;nbsp;&lt;SPAN&gt;clc.css.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;View-source from my browser shows it is used:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paladinodeimari_1-1658496945563.png" style="width: 648px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71192i55D0C45832B623C2/image-dimensions/648x138?v=v2" width="648" height="138" role="button" title="paladinodeimari_1-1658496945563.png" alt="paladinodeimari_1-1658496945563.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 13:36:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669506#M29684</guid>
      <dc:creator>paladinodeimari</dc:creator>
      <dc:date>2022-07-22T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Null "size" property in Font fields</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669540#M29686</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84625"&gt;@paladinodeimari&lt;/a&gt;&amp;nbsp;- my bad, I was just working on a theme and I noticed that if you have the same CSS for multiple selectors it does bunch them up, I guess I don't do that a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested your code on my portal and get the same null value issue. Now, I think that when you do put in a font size in the theme settings UI, it should work, so maybe that's a HubSpot issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if you put the default font sizes into your fields.json file, it will output them:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[
  {
    "label": "Tipografia",
    "name": "tipografia",
    "type": "group",
    "children": [
      {
        "label": "Body",
        "name": "tipografia_body",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000", "size": 20, "size_unit": "px" }
      },
      {
        "label": "Menu Principale",
        "name": "tipografia_menu_principale",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000", "size": 20, "size_unit": "px" }
      },
      {
        "label": "Menu Secondario",
        "name": "tipografia_menu_secondario",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000", "size": 20, "size_unit": "px" }
      },
      {
        "label": "Titolo H1",
        "name": "tipografia_titolo_h1",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000", "size": 40, "size_unit": "px" }
      },
      {
        "label": "Titolo H2",
        "name": "tipografia_titolo_h2",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000", "size": 20, "size_unit": "px" }
      },
      {
        "label": "Paragrafo",
        "name": "tipografia_paragrafo",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000", "size": 20, "size_unit": "px" }
      },
      {
        "label": "Link",
        "name": "tipografia_link",
        "type": "font",
        "visibility": { "hidden_subfields": { "styles": true } },
        "default": { "fallback": "sans-serif", "font": "Lato", "font_set": "GOOGLE", "color": "#000000", "size": 20, "size_unit": "px" }
      }
    ]
  }
]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So maybe you can do that for now and then raise the issue to HubSpot.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="cursor: pointer; text-decoration: none; color: #000000;" href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 14:53:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669540#M29686</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2022-07-22T14:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Null "size" property in Font fields</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669896#M29704</link>
      <description>&lt;P&gt;Thank You&amp;nbsp;Stephanie,&lt;/P&gt;&lt;P&gt;I can confirm that also to me, if I put&lt;SPAN&gt;&amp;nbsp;the default font sizes into your fields.json file, it will output them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will send a support request to HubSpot.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 15:24:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Null-quot-size-quot-property-in-Font-fields/m-p/669896#M29704</guid>
      <dc:creator>paladinodeimari</dc:creator>
      <dc:date>2022-07-23T15:24:58Z</dc:date>
    </item>
  </channel>
</rss>

