<?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: Theme json file, change global font to Adobe? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412841#M21401</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="U4d1Nlm" style="width: 720px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/38669i14015F71D2CC09A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="U4d1Nlm" alt="U4d1Nlm" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 16:51:20 GMT</pubDate>
    <dc:creator>piersg</dc:creator>
    <dc:date>2021-02-25T16:51:20Z</dc:date>
    <item>
      <title>Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412422#M21363</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a theme for our website update, and I am using Typekit fonts, as we didn't like any of the Google fonts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I've imported them using the CSS import, and am calling them in another CSS file, and everything is working on that front.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, the json file is setup to pull Google fonts under 'font-set', and so my pages are unncecessarily pulling in Googles font code in the head:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;link rel="preconnect" href="https://fonts.gstatic.com"&amp;gt;
&amp;lt;link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:regular,500,600|Roboto:regular&amp;amp;amp;display=swap"&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have searched and can't find anything about this. Can I change the font set in the json file to match the Adobe fonts I'm pulling in, or do I just need to remove the entire global font section from the json? Of course doing that leaves a bunch of other references to the global fonts that would have to be changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is I don't know how to do that the best way without screwing everything up. Do you just remove any lines relating to fonts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else dealt with this issue and if so, do you have any advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need further info to provide assistance, and thank you in advance for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 16:56:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412422#M21363</guid>
      <dc:creator>Pixelwerx</dc:creator>
      <dc:date>2021-02-24T16:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412424#M21364</link>
      <description>&lt;P&gt;If it helps, here is the json code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[
  {
    "label": "Global colors",
    "name": "global_colors",
    "type": "group",
    "children": [
      {
        "label": "Primary color",
        "name": "primary",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#005696"
        }
      },
      {
        "label": "Primary color dark",
        "name": "primary_dark",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#013a66"
        }
      },
      {
        "label": "Primary color light",
        "name": "primary_light",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#6caedf"
        }
      },
      {
        "label": "Secondary color",
        "name": "secondary",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#f57b20"
        }
      },
      {
        "label": "Secondary color dark",
        "name": "secondary_dark",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#e65300"
        }
      },
      {
        "label": "Gray color",
        "name": "gray",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#7e8083"
        }
      },
      {
        "label": "Gray color light",
        "name": "gray_light",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#a7a9ac"
        }
      },
      {
        "label": "Gray color dark",
        "name": "gray_dark",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#535559"
        }
      },
      {
        "label": "Accent color",
        "name": "accent",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#3daf2c"
        }
      },
      {
        "label": "Text color",
        "name": "text",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#192b38"
        }
      },
      {
        "label": "Dark color",
        "name": "dark",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#1c3345"
        }
      },
      {
        "label": "Light color",
        "name": "light",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#c4c5c6"
        }
      }
    ]
  },
  {
    "label": "Global fonts",
    "name": "global_fonts",
    "type": "group",
    "children": [
      {
        "label": "Primary font",
        "name": "primary_font",
        "type": "font",
        "visibility": {
          "hidden_subfields": {
            "size": true,
            "styles": true
          }
        },
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_colors.text.color"
          }
        },
        "default": {
          "font": "Roboto",
          "font_set": "GOOGLE"
        }
      },
      {
        "label": "Secondary font",
        "name": "secondary_font",
        "type": "font",
        "visibility": {
          "hidden_subfields": {
            "size": true,
            "styles": true
          }
        },
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_colors.dark.color"
          }
        },
        "default": {
          "font": "Montserrat",
          "font_set": "GOOGLE"
        }
      }
    ]
  },
  {
    "label": "Website header",
    "name": "header",
    "type": "group",
    "children": [
      {
        "label": "Background color",
        "name": "background_color",
        "type": "color",
        "default": {
          "color": "#ffffff",
          "opacity": 100
        }
      },
      {
        "label": "Menu link color",
        "name": "menu_link_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.primary_font.color"
          }
        }
      },
      {
        "label": "Child menu border color",
        "name": "child_menu_border_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#494A52"
        }
      }
    ]
  },
  {
    "label": "Typography",
    "name": "typography",
    "type": "group",
    "children": [
      {
        "label": "Base",
        "name": "base",
        "type": "font",
        "visibility": {
          "hidden_subfields": {
            "styles": true
          }
        },
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.primary_font.color",
            "font": "theme.global_fonts.primary_font.font",
            "font_set": "theme.global_fonts.primary_font.font_set"
          }
        },
        "default": {
          "size": 18,
          "size_unit": "px"
        }
      },
      {
        "label": "Heading one (H1)",
        "name": "heading_one",
        "type": "font",
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.secondary_font.color",
            "font": "theme.global_fonts.secondary_font.font",
            "font_set": "theme.global_fonts.secondary_font.font_set"
          }
        },
        "default": {
          "size" : {
            "units" : "px",
            "value" : 54
          },
          "styles": {
            "text-decoration" : "none"
          },
          "variant": "600"
        }
      },
      {
        "label": "Heading two (H2)",
        "name": "heading_two",
        "type": "font",
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.secondary_font.color",
            "font": "theme.global_fonts.secondary_font.font",
            "font_set": "theme.global_fonts.secondary_font.font_set"
          }
        },
        "default": {
          "size" : {
            "units" : "px",
            "value" : 43
          },
          "styles": {
            "text-decoration" : "none"
          },
          "variant": "600"
        }
      },
      {
        "label": "Heading three (H3)",
        "name": "heading_three",
        "type": "font",
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.secondary_font.color",
            "font": "theme.global_fonts.secondary_font.font",
            "font_set": "theme.global_fonts.secondary_font.font_set"
          }
        },
        "default": {
          "size" : {
            "units" : "px",
            "value" : 31
          },
          "styles": {
            "text-decoration" : "none"
          },
          "variant": "600"
        }
      },
      {
        "label": "Heading four (H4)",
        "name": "heading_four",
        "type": "font",
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.secondary_font.color",
            "font": "theme.global_fonts.secondary_font.font",
            "font_set": "theme.global_fonts.secondary_font.font_set"
          }
        },
        "default": {
          "size" : {
            "units" : "px",
            "value" : 23
          },
          "styles": {
            "text-decoration" : "none"
          },
          "variant": "600"
        }
      },
      {
        "label": "Heading five (H5)",
        "name": "heading_five",
        "type": "font",
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "font": "theme.global_fonts.secondary_font.font",
            "font_set": "theme.global_fonts.secondary_font.font_set"
          }
        },
        "default": {
          "color": "#000000",
          "size" : {
            "units" : "px",
            "value" : 20
          },
          "styles": {
            "text-decoration" : "none"
          },
          "variant": "500"
        }
      },
      {
        "label": "Heading six (H6)",
        "name": "heading_six",
        "type": "font",
        "load_external_fonts": true,
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.secondary_font.color",
            "font": "theme.global_fonts.secondary_font.font",
            "font_set": "theme.global_fonts.secondary_font.font_set"
          }
        },
        "default": {
          "size" : {
            "units" : "px",
            "value" : 14
          },
          "styles": {
            "text-decoration" : "none"
          }
        }
      },
      {
        "label": "Link color",
        "name": "link_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#0074cc"
        }
      }
    ]
  },
  {
    "label": "Buttons",
    "name": "buttons",
    "type": "group",
    "children": [
      {
        "label": "Background color",
        "name": "background_color",
        "type": "color",
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_colors.secondary.color"
          }
        },
        "default": {
          "opacity": 100
        }
      },
      {
        "label": "Text color",
        "name": "text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#ffffff"
        }
      },
      {
        "label": "Border width",
        "name": "border_width",
        "type": "number",
        "display": "slider",
        "max": 20,
        "min": 0,
        "default": 1
      },
      {
        "label": "Border color",
        "name": "border_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "default_value_path": "theme.global_colors.secondary"
        }
      },
      {
        "label": "Border radius",
        "name": "border_radius",
        "type": "number",
        "display": "slider",
        "max": 100,
        "min": 0,
        "default": 3
      },
      {
        "label": "Horizontal padding",
        "name": "horizontal_padding",
        "type": "number",
        "display": "slider",
        "max": 100,
        "min": 0,
        "default": 20
      },
      {
        "label": "Vertical padding",
        "name": "vertical_padding",
        "type": "number",
        "display": "slider",
        "max": 100,
        "min": 0,
        "default": 8
      }
    ]
  },
  {
    "label": "Forms",
    "name": "forms",
    "type": "group",
    "children": [
      {
        "label": "Header background color",
        "name": "header_background_color",
        "type": "color",
        "inherited_value": {
          "default_value_path": "theme.global_colors.light"
        },
        "default": {
          "opacity": 100
        }
      },
      {
        "label": "Header text color",
        "name": "header_text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "default_value_path": "theme.global_colors.primary"
        }
      },
      {
        "label": "Label color",
        "name": "label_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.primary_font.color"
          }
        }
      },
      {
        "label": "Help text color",
        "name": "help_text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.primary_font.color"
          }
        }
      },
      {
        "label": "Field border color",
        "name": "field_border_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#D1D6DC"
        }
      },
      {
        "label": "Field focus border color",
        "name": "field_focus_border_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "default_value_path": "theme.global_colors.gray"
        }
      }
    ]
  },
  {
    "label": "Tables",
    "name": "tables",
    "type": "group",
    "children": [
      {
        "label": "Header background color",
        "name": "header_background_color",
        "type": "color",
        "inherited_value": {
          "default_value_path": "theme.global_colors.primary"
        },
        "default": {
          "opacity": 100
        }
      },
      {
        "label": "Header text color",
        "name": "header_text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#ffffff"
        }
      },
      {
        "label": "Body background color",
        "name": "body_background_color",
        "type": "color",
        "default": {
          "color": "#ffffff",
          "opacity": 100
        }
      },
      {
        "label": "Body text color",
        "name": "body_text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.primary_font.color"
          }
        }
      },
      {
        "label": "Footer background color",
        "name": "footer_background_color",
        "type": "color",
        "default": {
          "color": "#ffffff",
          "opacity": 100
        }
      },
      {
        "label": "Footer text color",
        "name": "footer_text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.primary_font.color"
          }
        }
      },
      {
        "label": "Border color",
        "name": "border_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "inherited_value": {
          "property_value_paths": {
            "color": "theme.global_fonts.primary_font.color"
          }
        }
      }
    ]
  },
  {
    "label" : "Components",
    "name" : "components_group",
    "type" : "group",
    "children" : [
      {
        "default" : true,
        "label" : "Animation",
        "locked" : false,
        "name" : "animation_toggle",
        "required" : false,
        "type" : "boolean"
      }
    ]
  },
  {
    "label": "Spacing",
    "name": "spacing",
    "type": "group",
    "children": [
      {
        "label": "Vertical spacing",
        "name": "vertical_spacing",
        "type": "number",
        "display": "slider",
        "max": 500,
        "min": 0,
        "default": 80
      },
      {
        "label": "Maximum content width",
        "name": "max_width",
        "type": "number",
        "display": "slider",
        "max": 2500,
        "min": 480,
        "default": 1150
      }
    ]
  },
  {
    "label": "Footer",
    "name": "footer",
    "type": "group",
    "children": [
      {
        "label": "Background color",
        "name": "background_color",
        "type": "color",
        "default": {
          "color": "#000000",
          "opacity": 100
        }
      },
      {
        "label": "Header text color",
        "name": "header_text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#ffffff",
          "opacity": 100
        }
      },
      {
        "label": "Text color",
        "name": "text_color",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "default": {
          "color": "#a6a6a8",
          "opacity": 100
        }
      }
    ]
  }
]&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Feb 2021 16:57:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412424#M21364</guid>
      <dc:creator>Pixelwerx</dc:creator>
      <dc:date>2021-02-24T16:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412834#M21397</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/70187"&gt;@Pixelwerx&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;That has to be called somewhere &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is it on all pages or just one?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/103660"&gt;@piersg&lt;/a&gt; , you have any ideas here?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:44:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412834#M21397</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-02-25T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412836#M21399</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;'s your man&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:46:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412836#M21399</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2021-02-25T16:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412838#M21400</link>
      <description>&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt; has always been my man &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:48:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412838#M21400</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-02-25T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412841#M21401</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="U4d1Nlm" style="width: 720px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/38669i14015F71D2CC09A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="U4d1Nlm" alt="U4d1Nlm" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:51:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412841#M21401</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2021-02-25T16:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412871#M21402</link>
      <description>&lt;P&gt;Thank you, yes it's on all pages. It is site-wide. We have selected two fonts (Gibson for headers, Proxima Nova for all other text). We of course had to get them from Typekit, as they don't seem to be availble from Google fonts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I totally understand what you mean by 'That has to be called somewhere'.&amp;nbsp; Are you saying that the json&amp;nbsp;&lt;EM&gt;has&lt;/EM&gt; to have the global fonts code, or just that you need to one way or another call global fonts (which I am doing by including our typekit script call in the head)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 17:32:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412871#M21402</guid>
      <dc:creator>Pixelwerx</dc:creator>
      <dc:date>2021-02-25T17:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412896#M21403</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/70187"&gt;@Pixelwerx&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;I wasn't saying that it is required.&amp;nbsp; Apologies for that confusion.&amp;nbsp; I was just saying that something is requesting them.&amp;nbsp; Here's hoping &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt; knocks this one out of the park.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:04:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412896#M21403</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-02-25T18:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412927#M21409</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;, gotcha. Thank you for taking the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will wait and see if&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;has any ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 19:23:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/412927#M21409</guid>
      <dc:creator>Pixelwerx</dc:creator>
      <dc:date>2021-02-25T19:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413345#M21436</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/70187"&gt;@Pixelwerx&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;it seems that you have multiple questions.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;deactivate unnecessary loading of google fonts&lt;BR /&gt;to deactivate the loading of unnecessary google-fonts the magic is done very easy: set "load_external_fonts" to false.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Load Adobe fonts&lt;BR /&gt;Since Adobe fonts are kinda "paid" HubSpot doesn't support them by default. But since I'm in a kinda similar situation(developing a custom theme for a customer with custom fonts) I've did it like this&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;fields.json:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "label": "Text",
  "name": "text",
  "type": "font",
  "visibility": {
    "hidden_subfields": {
      "bold": true,
      "italic": true,
      "size": true,
      "underline": true
    }
  },
  "load_external_fonts": false,
  "inherited_value": {
    "property_value_paths": {
      "color": "theme.colors.black.color"
    }
  },
  "default": {
    "font": "YOUR FONT", {# type the exact font name here #}
"variant": FONT-VARIANT {# optional #}
  }
},
{
  "label": "Text Fallback",
  "name": "text_fallback",
  "type": "font",
  "visibility": {
    "hidden_subfields": {
      "bold": true,
      "italic": true,
      "size": true,
      "underline": true
    }
  },
  "load_external_fonts": false,
  "inherited_value": {
    "property_value_paths": {
      "color": "theme.colors.black.color"
    }
  },
  "default": {
    "font": "Arial"
  }
},
...
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;theme.css(the file where all settings from the theme come together):&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;@import url("https://use.typekit.net/XXX") 

{% set body_font = theme.fonts.text.font %}
{% set body_font_fallback = theme.fonts.text_fallback.font %}
{% set body_font_weight = theme.fonts.text.variant %}

body{
font-family:'{{ body_font }}', {{ body_font_fallback }};
font-weight:{{ body_font_weight }};
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 18:05:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413345#M21436</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2021-02-26T18:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413346#M21437</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/103660"&gt;@piersg&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp; thanks for brighten my day guys&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 18:07:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413346#M21437</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2021-02-26T18:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413409#M21441</link>
      <description>&lt;P&gt;Thank you for the reply Anton.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try modifying my json similar to your example and see if I can make it work without issue, and report back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for taking the time, I really appreciate it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 22:45:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413409#M21441</guid>
      <dc:creator>Pixelwerx</dc:creator>
      <dc:date>2021-02-26T22:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413421#M21442</link>
      <description>&lt;P&gt;This lead me in the right direction, thank you so much for your help. I'm going to mark as accepted solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great weekend!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 23:36:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413421#M21442</guid>
      <dc:creator>Pixelwerx</dc:creator>
      <dc:date>2021-02-26T23:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413440#M21444</link>
      <description>Really cool solution &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;!&lt;BR /&gt;We might need to talk about a how to blog post here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Sat, 27 Feb 2021 03:31:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/413440#M21444</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-02-27T03:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/756763#M32866</link>
      <description>&lt;P&gt;Hi Anton, thanks for the helpful reply. I have a soimewhat similar question. I loaded two brand fonts we use via&amp;nbsp;@font-face and I want to update all the global fonts in the theme-overrides.css file with them. Is the above answer the same if the new custom font isn't loaded via a CDN but is added within say the typography.css file as&amp;nbsp;@font-face rules? (For example looking how to update the body_font variable)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 17:22:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/756763#M32866</guid>
      <dc:creator>DCarlyle</dc:creator>
      <dc:date>2023-02-15T17:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/765851#M33184</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/424785"&gt;@DCarlyle&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's almost the same. If you're using fonts that are being loaded from an external source like CDN you don't really need the fields.json part. You can directly write into your theme-overrides.css a code like this&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;@import url("https://use.typekit.net/XXX") 

{% set body_font = FONTNAME %} {#put the name of the font here how it's defined in the service/file. Tipp: Most fonts come with a readme/documentation/CSS file where you can find an example how to write the name #}
{% set body_font_fallback = Arial, sans-serif %} {# replace it with the systemfont you want #}
{% set body_font_weight =  400 %} {# put the font-weight here#}
{% set bold_font_weight = 800 %} {% just an example if you want/need to use multiple font-weights %}

{% set h1_size = "3"%}
{% set h2_size = "2.5" %}
{% set h3_size = "2" %}
{% set h4_size = "1.75" %}
{% set headline_unit = "rem" %}

body{
font-family:'{{ body_font }}', {{ body_font_fallback }};
font-weight:{{ body_font_weight }};
}

h1,h2,h3,h4,strong{
font-weight: {{ bold_font_weight }};
}

h1{
font-size: {{ h1_size ~ headline_unit }};
}

h2{
font-size: {{ h2_size ~ headline_unit }};
}

h3{
font-size: {{ h3_size ~ headline_unit }};
}

h4{
font-size: {{ h4_size ~ headline_unit }};
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you'd like to add options for font-weight, font size to the theme, you can use choice and number fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm doing something like this when working with external fonts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;fields.json&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
      "name" : "body_weight",
      "label" : "Body font weight",
      "required" : false,
      "locked" : false,
      "multiple":"true",
      "display" : "select",
      "choices" : [ [ "100", "100/thin" ], [ "200", "200/extra light" ],[ "300", "300/light" ],[ "400", "400/regular" ],[ "500", "500/medium" ],[ "600", "600/semi-bold" ],[ "700", "700/bold" ],[ "800", "800/extra bold" ],[ "900", "900/black" ] ],
      "type" : "choice",
      "default" : "400"
},{
      "name" : "bold_weight",
      "label" : "Bold font weight",
      "required" : false,
      "locked" : false,
      "multiple":"true",
      "display" : "select",
      "choices" : [ [ "100", "100/thin" ], [ "200", "200/extra light" ],[ "300", "300/light" ],[ "400", "400/regular" ],[ "500", "500/medium" ],[ "600", "600/semi-bold" ],[ "700", "700/bold" ],[ "800", "800/extra bold" ],[ "900", "900/black" ] ],
      "type" : "choice",
      "default" : "800"
},
{
  "name" : "h1_size",
  "label" : "Headline 1(H1) size",
  "required" : false,
  "locked" : false,
  "display" : "slider",
  "min" : 2,
  "max" : 5,
  "step" : 0.25,
  "type" : "number",
  "suffix" : "rem",
  "default" : "3",
},
{
  "name" : "h2_size",
  "label" : "Headline 1(H2) size",
  "required" : false,
  "locked" : false,
  "display" : "slider",
  "min" : 2,
  "max" : 4,
  "step" : 0.25,
  "type" : "number",
  "suffix" : "rem",
  "default" : "2.5",
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the implementation of such code in the CSS is quite similar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;theme-overrides.css&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;@import url("https://use.typekit.net/XXX") 

{% set body_font = FONTNAME %} {#put the name of the font here how it's defined in the service/file. Tipp: Most fonts come with a readme/documentation/CSS file where you can find an example how to write the name #}
{% set body_font_fallback = Arial, sans-serif %} {# replace it with the systemfont you want #}
{% set body_font_weight =  theme.fonts.body_weight %}
{% set bold_font_weight = theme.fonts.bold_weight %}

{% set h1_size = theme.fonts.h1_size %}
{% set h2_size = theme.fonts.h2_size %}
{% set h3_size = theme.fonts.h3_size %}
{% set h4_size = theme.fonts.h4_size %}
{% set headline_unit = "rem" %}

body{
font-family:'{{ body_font }}', {{ body_font_fallback }};
font-weight:{{ body_font_weight }};
}

h1,h2,h3,h4,strong{
font-weight: {{ bold_font_weight }};
}

h1{
font-size: {{ h1_size ~ headline_unit }};
}

h2{
font-size: {{ h2_size ~ headline_unit }};
}

h3{
font-size: {{ h3_size ~ headline_unit }};
}

h4{
font-size: {{ h4_size ~ headline_unit }};
}&lt;/LI-CODE&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;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 14:16:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/765851#M33184</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2023-03-08T14:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Theme json file, change global font to Adobe?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/765906#M33191</link>
      <description>&lt;P&gt;Thank you for the additional information, it's very helpful!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 15:29:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Theme-json-file-change-global-font-to-Adobe/m-p/765906#M33191</guid>
      <dc:creator>Pixelwerx</dc:creator>
      <dc:date>2023-03-08T15:29:20Z</dc:date>
    </item>
  </channel>
</rss>

