<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: main menu google font change not working</title>
		<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working</link>
		<description>Support Forum - Topic: main menu google font change not working</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 03:44:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/main-menu-google-font-change-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-61131</link>
			<pubDate>Wed, 20 Jun 2012 13:52:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61131@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi philo,&#60;/p&#62;
&#60;p&#62;Glad that it worked. :)&#60;/p&#62;
&#60;p&#62;Thanks alan_82 for helping out. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>philo on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-61124</link>
			<pubDate>Wed, 20 Jun 2012 12:07:09 +0000</pubDate>
			<dc:creator>philo</dc:creator>
			<guid isPermaLink="false">61124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works perfectly, thank you a lot!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>philo on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-61116</link>
			<pubDate>Wed, 20 Jun 2012 10:56:38 +0000</pubDate>
			<dc:creator>philo</dc:creator>
			<guid isPermaLink="false">61116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sounds good, I will give it a try.&#60;/p&#62;
&#60;p&#62;Appreciate your help! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alan_82 on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-61079</link>
			<pubDate>Wed, 20 Jun 2012 06:37:24 +0000</pubDate>
			<dc:creator>alan_82</dc:creator>
			<guid isPermaLink="false">61079@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I use this plugin for google web fonts:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-google-fonts/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-google-fonts/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can add custom css within the plugin to identify the element you want to change
&#60;/p&#62;</description>
		</item>
		<item>
			<title>philo on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-61047</link>
			<pubDate>Wed, 20 Jun 2012 00:40:12 +0000</pubDate>
			<dc:creator>philo</dc:creator>
			<guid isPermaLink="false">61047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Withdrawal - safari screws it up, did only work for firefox.&#60;br /&#62;
Now I am back to zero...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>philo on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-61045</link>
			<pubDate>Wed, 20 Jun 2012 00:36:16 +0000</pubDate>
			<dc:creator>philo</dc:creator>
			<guid isPermaLink="false">61045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay I fixed it by putting the line&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@import url(http://fonts.googleapis.com/css?family=Amatic+SC);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;into the style.css file. Although it is not recommended to edit this file, nothing else worked.&#60;br /&#62;
It seemed the @import function was not overwritten or accepted by the custom.css nor the quick css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>philo on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-61038</link>
			<pubDate>Tue, 19 Jun 2012 23:44:29 +0000</pubDate>
			<dc:creator>philo</dc:creator>
			<guid isPermaLink="false">61038@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Little update, I put in&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@import url(http://fonts.googleapis.com/css?family=Amatic+SC);

.main_menu ul {
font-family: &#38;#39;Amatic SC&#38;#39; !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But that did not work too. :(&#60;br /&#62;
By the way, any other standard font like &#34;verdana&#34; or &#34;arial&#34; works, but none of the google fonts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>philo on "main menu google font change not working"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-google-font-change-not-working#post-60955</link>
			<pubDate>Tue, 19 Jun 2012 16:13:41 +0000</pubDate>
			<dc:creator>philo</dc:creator>
			<guid isPermaLink="false">60955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;I read through the forum, but all solutions did not work for me.&#60;/p&#62;
&#60;p&#62;I simply want to use another google-font in my main menu, additionally to the &#34;Heading Font&#34; in the theme options.&#60;br /&#62;
So 2 different google-fonts. One set in heading fonts (Antic), one set for my main menu (Amatic SC).&#60;/p&#62;
&#60;p&#62;So I installed both in the register-admin-options.php, set up &#34;Antic&#34; in my theme option and added following in my quick CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@import url(http://fonts.googleapis.com/css?family=Amatic+SC);

.main_menu ul {
font-family: font-family: &#38;#39;Amatic SC&#38;#39; !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But the menu font is not changing at all. Am I missing something?&#60;br /&#62;
The website is &#60;a href=&#34;http://www.backtothegrindstone.de&#34; rel=&#34;nofollow&#34;&#62;http://www.backtothegrindstone.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for your help and kind Regards,&#60;br /&#62;
Phil
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
