<?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 Roboto font not displaying in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Roboto-font-not-displaying/m-p/14364#M1352</link>
    <description>&lt;P&gt;So I am trying to get our COS pages to reflect the look of our current site but the fonts aren't showing up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this in the main CSS file:&lt;/P&gt;&lt;PRE&gt;@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');&lt;BR /&gt;&lt;BR /&gt;@font-face {&lt;BR /&gt; font-family: 'Roboto';&lt;BR /&gt; src: url('https://fonts.googleapis.com/css?family=Roboto');&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;{% set baseFontFamily &amp;nbsp; &amp;nbsp;= "Roboto, PT Sans, Sans-Serif" %}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 04 May 2017 15:52:58 GMT</pubDate>
    <dc:creator>Kauri</dc:creator>
    <dc:date>2017-05-04T15:52:58Z</dc:date>
    <item>
      <title>Roboto font not displaying</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Roboto-font-not-displaying/m-p/14364#M1352</link>
      <description>&lt;P&gt;So I am trying to get our COS pages to reflect the look of our current site but the fonts aren't showing up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this in the main CSS file:&lt;/P&gt;&lt;PRE&gt;@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');&lt;BR /&gt;&lt;BR /&gt;@font-face {&lt;BR /&gt; font-family: 'Roboto';&lt;BR /&gt; src: url('https://fonts.googleapis.com/css?family=Roboto');&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;{% set baseFontFamily &amp;nbsp; &amp;nbsp;= "Roboto, PT Sans, Sans-Serif" %}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 May 2017 15:52:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Roboto-font-not-displaying/m-p/14364#M1352</guid>
      <dc:creator>Kauri</dc:creator>
      <dc:date>2017-05-04T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Roboto font not displaying</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Roboto-font-not-displaying/m-p/14435#M1355</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/7204"&gt;@Kauri&lt;/a&gt;&amp;nbsp;since you're using google fonts, you don't need to use the @font-face in your styles. Remove that and then of course make sure you are using the baseFontFamily variable on the body or wherever you need the font changed. For example:&lt;/P&gt;&lt;PRE&gt;body {
  font-family: {{ baseFontFamily }};
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 18:42:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Roboto-font-not-displaying/m-p/14435#M1355</guid>
      <dc:creator>stefen</dc:creator>
      <dc:date>2017-05-04T18:42:58Z</dc:date>
    </item>
  </channel>
</rss>

