<?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 - Tag: google web fonts - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/google-web-fonts</link>
		<description>Support Forum - Tag: google web fonts - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 10:04:13 +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/tags/google-web-fonts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Change Font Color &#38; Size"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-size#post-33200</link>
			<pubDate>Sun, 27 Nov 2011 06:58:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can't use google fonts however you can use font-face: &#60;a href=&#34;http://www.css3.info/preview/web-fonts-with-font-face/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/preview/web-fonts-with-font-face/&#60;/a&#62;&#60;br /&#62;
This thread will help you: &#60;a href=&#34;http://www.kriesi.at/support/topic/font-change-1&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/font-change-1&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "Change Font Color &#38; Size"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-size#post-33198</link>
			<pubDate>Sun, 27 Nov 2011 05:50:29 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">33198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can we use google web fonts instead of the default fonts could you post how its done
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change Font Color &#38; Size"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-size#post-31612</link>
			<pubDate>Thu, 10 Nov 2011 07:11:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to css/custom.css and change the values (font-size):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
    color: #888888;
}

.entry-content, .blog-meta {
    font: 13px/1.7em Georgia,Times,&#38;quot;Times New Roman&#38;quot;,serif;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>eddygame on "Change Font Color &#38; Size"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-size#post-31576</link>
			<pubDate>Wed, 09 Nov 2011 21:05:45 +0000</pubDate>
			<dc:creator>eddygame</dc:creator>
			<guid isPermaLink="false">31576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to change the font colour (make darker) and increase the font size slightly in the main post &#38;amp; page area of my site.&#60;/p&#62;
&#60;p&#62;I currently have the theme set to minimal css, where can I edit this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Disable Cufon on h1 (and maybe other tags) in favor of Google Web Fonts"</title>
			<link>http://www.kriesi.at/support/topic/disable-cufon-on-h1-and-maybe-other-tags-in-favor-of-google-web-fonts#post-15748</link>
			<pubDate>Sun, 27 Mar 2011 13:09:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can try to modify kclass_advanced_css_style.php located in avisio\framework\classes (duplicate that for the child theme)&#60;/p&#62;
&#60;p&#62;Then replace following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;scripts .= &#38;quot;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;&#38;quot;.get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;quot;/framework/fonts/$font.font.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with your cufon font path.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>farmboymac on "Disable Cufon on h1 (and maybe other tags) in favor of Google Web Fonts"</title>
			<link>http://www.kriesi.at/support/topic/disable-cufon-on-h1-and-maybe-other-tags-in-favor-of-google-web-fonts#post-15612</link>
			<pubDate>Fri, 25 Mar 2011 00:11:23 +0000</pubDate>
			<dc:creator>farmboymac</dc:creator>
			<guid isPermaLink="false">15612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I added Arvo as my h1 font for a theme I'm modifying, but it ends up getting overwritten by the Cufon font that came with the theme. I have created a child theme. What is the best way to implement an override in my child theme, so that the fonts will stay in place in event of any theme updates?&#60;/p&#62;
&#60;p&#62;I think I want to use Arvo in the Menu as well, FWIW.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Jason
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
