<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Google font not displaying &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/google-font-not-displaying/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/google-font-not-displaying/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 02:57:44 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-66446</guid>
					<title><![CDATA[Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-66446</link>
					<pubDate>Tue, 08 Jul 2014 21:54:10 +0000</pubDate>
					<dc:creator>Raphael G</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
i&#8217;m trying to experiment and find the right font for my titles  on my home page.<br />
I set a couple of feature headlines by editing the &#8220;style&#8221; box for inline CSS</p>
<p>Some of them are not working</p>
<p>e.g</p>
<p>I set one to reflect<br />
 font-family: &#8216;Raleway&#8217;, sans-serif; font-size: 200%; color: #006730; font-weight: 400;</p>
<p><img decoding="async" src="http://i.imgur.com/wKXeUkZ.jpg" alt="google font" /></p>
<p>But i&#8217;m just having no luck seeing this font show up </p>
<p>Any ideas? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-66447</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-66447</link>
					<pubDate>Tue, 08 Jul 2014 21:56:20 +0000</pubDate>
					<dc:creator>Raphael G</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-66821</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-66821</link>
					<pubDate>Wed, 09 Jul 2014 20:48:24 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Raphael,</p>
<p>Thank you for writing in!</p>
<p>Upon checking your website, it seems that the heading where you have added the inline styling for Google font is working nicely. screenshot: <a href="http://prntscr.com/412y8w" rel="nofollow">http://prntscr.com/412y8w</a></p>
<p>If you want to add default font for all of the headline tags, just add the following CSS to <strong>Customizer &gt; Custom &gt; CSS</strong>:</p>
<pre><code>.h-feature-headline {
   font-family: &#039;Raleway&#039;, sans-serif;
}
</code></pre>
<p>Hope this helps. If you face any issue, please let us know. We&#8217;ll be happy to assist. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-67150</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-67150</link>
					<pubDate>Thu, 10 Jul 2014 16:03:55 +0000</pubDate>
					<dc:creator>Raphael G</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your response.</p>
<p>What browser are you using?</p>
<p>I have tried viewing this on Chrome, Internet Explorer and Firefox, but all the titles are appearing  with the same font.<br />
I have also cleared caches, no luck</p>
<p>your suggestion that I try adding custom CSS wont really help me, I&#8217;m still experimenting which font i like, so for now, i&#8217;d like to have all 3 with different fonts</p>
<p>Any suggestions as to what is going on?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-67577</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-67577</link>
					<pubDate>Fri, 11 Jul 2014 19:39:49 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Raphael,</p>
<p>You don&#8217;t have Raleway font installed at your site. Would you mind enabling it under <code>Customizer &gt; Typography</code> ? OR maybe add this code at your child theme&#8217;s functions.php</p>
<pre><code>add_action(&#039;wp_head&#039;,&#039;raleway_font&#039;);
function raleway_font(){ ?&gt;&lt;link rel=&#039;stylesheet&#039; id=&#039;x-font-custom-css&#039;  href=&#039;http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900&#039; type=&#039;text/css&#039; media=&#039;all&#039; /&gt;&lt;?php }</code></pre>
<p>Let us know how it goes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-68606</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-68606</link>
					<pubDate>Mon, 14 Jul 2014 23:13:15 +0000</pubDate>
					<dc:creator>Raphael G</dc:creator>

					<description>
						<![CDATA[
						<p>Custom fonts were long enabled, in the customizer</p>
<p>How would the other fonts near the top of the page be functioning??</p>
<p>All said and done, the fonts do not seem to be loading (unless I add them to the child theme, but i&#8217;d rather the former option worked) <img decoding="async" src="http://i.imgur.com/btncx9u.jpg" alt="custom fonts " /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-69067</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-69067</link>
					<pubDate>Wed, 16 Jul 2014 02:13:49 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Raphael,</p>
<p>Upon checking your Typography Settings, you haven&#8217;t enabled the Raleway Font. You must select the Raleway font for your heading (see <a href="http://prntscr.com/434ac2" rel="nofollow">http://prntscr.com/434ac2</a>) so that it will be loaded in your site. If you don&#8217;t want to use Raleway as global font for your headings, you need to add the given code previously in the functions.php to load the Raleway font and use it for your Custom Headlines.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-69111</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-69111</link>
					<pubDate>Wed, 16 Jul 2014 04:18:35 +0000</pubDate>
					<dc:creator>Raphael G</dc:creator>

					<description>
						<![CDATA[
						<p>ok, i&#8217;m confused.<br />
The &#8220;enabling raleway font&#8221; you specify, means its set for all headings across the site</p>
<p>What i was trying to do, was to select it, thru the custom css tag, for various titles on the front page. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-69575</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-69575</link>
					<pubDate>Wed, 16 Jul 2014 21:08:11 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Raphael,</p>
<p>The fonts used in X all come from Google Fonts, so to use them you must download them to your webpage through one of many methods. Simply declaring &#8220;Raleway&#8221; as a font-family for a heading won&#8217;t work <strong>unless</strong> you have the Raleway font <strong>for that particular weight and style</strong> enqueued on your site. Selecting the options in the Custoimzer automates this process and automatically enqueues the proper stylesheets for a particular font into the <strong>&lt;head&gt;</strong> of your site and updates the dynamic CSS output to apply the proper font-family, font-weight, and font-style to a font. If you are merely experimenting with fonts, you will need to manually add each Google Font by <a href="https://www.google.com/fonts" title="Reference" target="_blank" rel="nofollow">going to their website</a>, selecting what you want, getting the proper enqueue codes, and placing them where they need to go. The easiest thing to do would probably be to use the <strong>@import</strong> method on the Collections screen after you have selected the fonts to add to your collection. Get these @import statements and add them to the style.css file of your child theme. Only once you have properly imported a font onto your site, <strong>then</strong> you can start using it&#8217;s declaration for font-family in your CSS. Also, keep in mind that you must import the proper weights and styles as mentioned above as well. If you want to try out Lato 100, you&#8217;ll need to import that font. If you&#8217;re importing Lato 400 only, you will not have access to Lato 100. Additionally, there are italic versions of fonts as well, so make sure you use those if you&#8217;re experimenting with a different font-style.</p>
<p>Hopefully this clears up this matter for you. Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-713025</guid>
					<title><![CDATA[Reply To: Google font not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/google-font-not-displaying/#post-713025</link>
					<pubDate>Fri, 18 Dec 2015 22:34:41 +0000</pubDate>
					<dc:creator>mandy5230</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>I still have this problem. I basically want my h1 heading to be a certain font, and the rest of my headings to be another font. I will be using google font for both. What&#8217;s the easier way to do this without having to create a child theme? </p>
<p>Thank you. </p>
<p>Mandy </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

