<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Bring back Google Custom Fonts API</title>
		<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Bring back Google Custom Fonts API</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 05:08:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/bring-back-google-custom-fonts-api" rel="self" type="application/rss+xml" />

		<item>
			<title>vanyalevin on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-25130</link>
			<pubDate>Wed, 27 Nov 2013 19:58:55 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">25130@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-25095</link>
			<pubDate>Wed, 27 Nov 2013 10:27:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25095@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'll be sure to review this setting for future updates to see what the optimal solution is.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanyalevin on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-25077</link>
			<pubDate>Tue, 26 Nov 2013 21:27:07 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">25077@http://www.themolitor.com/forums/</guid>
			<description><p>I knew about this possibility, but thank you specify exactly where to do it. It's a pity that it will have to do every time you update the theme.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-25072</link>
			<pubDate>Tue, 26 Nov 2013 14:17:40 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25072@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>For now, you can manually apply the above API by opening header.php and changing the following on line 20 from this...</p>
<pre><code>if(!empty($googleKeyword)) { $googleKeyEdited = str_replace(&#34; &#34;, &#34;+&#34;, $googleKeyword); echo &#039;&#60;link href=&#34;http://fonts.googleapis.com/css?family=&#039;.$googleKeyEdited.&#039;&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34; /&#62;&#039;; }</code></pre>
<p>...to this...</p>
<pre><code>echo &#34;&#60;link href=&#039;http://fonts.googleapis.com/css?family=Roboto:300,300italic,700&#38;subset=cyrillic-ext,cyrillic,latin&#039; rel=&#039;stylesheet&#039; type=&#039;text/css&#039;&#62;&#34;;</code></pre>
<p>Let me know if that works for you.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanyalevin on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-25066</link>
			<pubDate>Tue, 26 Nov 2013 12:35:27 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">25066@http://www.themolitor.com/forums/</guid>
			<description><p>I want to use the same api as the first site, here it is: </p>
<pre><code>&#60;link href=&#039;http://fonts.googleapis.com/css?family=Roboto:300,300italic,700&#38;subset=cyrillic-ext,cyrillic,latin&#039; rel=&#039;stylesheet&#039; type=&#039;text/css&#039;&#62;</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-25043</link>
			<pubDate>Tue, 26 Nov 2013 10:57:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25043@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you copy/paste the API that works for you here? Maybe I can provide an edit to fix this issue you're having if I can take a look at the API you're trying to use.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanyalevin on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-25021</link>
			<pubDate>Mon, 25 Nov 2013 21:45:50 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">25021@http://www.themolitor.com/forums/</guid>
			<description><p>Since English is no problem. Api gives me the opportunity to register the Russian language. For example: I use the same font for different sites, the site where I can not prescribe Api font is not perceived. See screenshot: <a href="http://wildest.ru/no-api.jpg" rel="nofollow">http://wildest.ru/no-api.jpg</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-24975</link>
			<pubDate>Mon, 25 Nov 2013 10:50:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24975@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Is the API different for different languages? Can you provide an example of the API you need?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanyalevin on "Bring back Google Custom Fonts API"</title>
			<link>http://www.themolitor.com/forums/topic/bring-back-google-custom-fonts-api#post-24951</link>
			<pubDate>Sat, 23 Nov 2013 23:26:40 +0000</pubDate>
			<dc:creator>vanyalevin</dc:creator>
			<guid isPermaLink="false">24951@http://www.themolitor.com/forums/</guid>
			<description><p>Bring back the ability to specify Google Custom Fonts API and , as it was in previous versions. And now lost the opportunity to register the Russian language. Thanks
</p></description>
		</item>

	</channel>
</rss>
