<?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: Changing main menu font</title>
		<link>http://www.kriesi.at/support/topic/changing-main-menu-font</link>
		<description>Support Forum - Topic: Changing main menu font</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 16:28:28 +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/changing-main-menu-font" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Changing main menu font"</title>
			<link>http://www.kriesi.at/support/topic/changing-main-menu-font#post-52183</link>
			<pubDate>Wed, 18 Apr 2012 14:54:22 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">52183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi daustralala,&#60;/p&#62;
&#60;p&#62;You are correct. You do not have to embed the Google font code. You just need to call the font in your custom.css or Quick CSS. That said, this worked for me.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .menu-sentence-main-menu ul:first-child &#38;gt; li &#38;gt; a strong {
    font-family: &#38;#39;Oswald&#38;#39;, Arial, Helvetica;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To explain, by default the Sentence theme has two levels to the navigation - the page title (ex. Home) and a description. &#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.kriesi.at/themes/sentence/&#38;quot;&#38;gt;
&#38;lt;strong&#38;gt;Home&#38;lt;/strong&#38;gt;
&#38;lt;span class=&#38;quot;main-menu-description&#38;quot;&#38;gt;Latest News&#38;lt;/span&#38;gt;
&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The CSS above targets the page title only while leaving the description its default font. If you wanted both page title and description to use the Oswald font then you would use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .menu-sentence-main-menu ul:first-child &#38;gt; li &#38;gt; a {
    font-family: &#38;#39;Oswald&#38;#39;, Arial, Helvetica;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daustralala on "Changing main menu font"</title>
			<link>http://www.kriesi.at/support/topic/changing-main-menu-font#post-51988</link>
			<pubDate>Tue, 17 Apr 2012 07:48:21 +0000</pubDate>
			<dc:creator>daustralala</dc:creator>
			<guid isPermaLink="false">51988@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm having trouble changing font for the main menu: &#60;a href=&#34;https://skitch.com/e-daustralala/8uu7f/my-site-just-another-wordpress-site&#34; rel=&#34;nofollow&#34;&#62;https://skitch.com/e-daustralala/8uu7f/my-site-just-another-wordpress-site&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. Which part of the CSS should I modify? I have tried to modify (adding to quick CSS) the related part (main menu, menu ul li, etc) but didn't work.&#60;/p&#62;
&#60;p&#62;2. I want to change the font using Oswald (regular). I believe I don't need to embed Google font code anymore since this theme has already enabled Google Webfonts. Or do I still have to embed the code?&#60;/p&#62;
&#60;p&#62;Please advise.&#60;/p&#62;
&#60;p&#62;Thanks.s
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
