<?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: Question about fonts and font sizes</title>
		<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes</link>
		<description>Support Forum - Topic: Question about fonts and font sizes</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 07:28:03 +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/question-about-fonts-and-font-sizes" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Question about fonts and font sizes"</title>
			<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes#post-77902</link>
			<pubDate>Sat, 29 Sep 2012 15:40:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Good thing it worked.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>galleryj on "Question about fonts and font sizes"</title>
			<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes#post-77875</link>
			<pubDate>Sat, 29 Sep 2012 09:25:41 +0000</pubDate>
			<dc:creator>galleryj</dc:creator>
			<guid isPermaLink="false">77875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. Works perfectly. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Question about fonts and font sizes"</title>
			<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes#post-77868</link>
			<pubDate>Sat, 29 Sep 2012 08:42:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77868@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@K: you might want to add this on your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .callout p {
   font-family: Arial;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .callout p {
   font-family: Arial !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;just change the font-family value. :)&#60;/p&#62;
&#60;p&#62;@galleryj: try to add this code in Quick CSS or custom.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .callout p {
   text-transform:capitalize;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .callout p {
   text-transform:capitalize !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>galleryj on "Question about fonts and font sizes"</title>
			<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes#post-77787</link>
			<pubDate>Fri, 28 Sep 2012 14:45:21 +0000</pubDate>
			<dc:creator>galleryj</dc:creator>
			<guid isPermaLink="false">77787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also...how do you change the case of the callout text?  I'd like to make my text upper and lower case rather than just all upper.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alquemie on "Question about fonts and font sizes"</title>
			<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes#post-77565</link>
			<pubDate>Thu, 27 Sep 2012 12:12:40 +0000</pubDate>
			<dc:creator>alquemie</dc:creator>
			<guid isPermaLink="false">77565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I understand that this changes the size, but how do you change the font?&#60;br /&#62;
Thx&#60;br /&#62;
K
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Question about fonts and font sizes"</title>
			<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes#post-75728</link>
			<pubDate>Thu, 13 Sep 2012 13:39:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For the menu item you can use this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.menu-item a {
font-size: 20px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the normal text, you can easily use&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body {
font-size: 20px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For callout, you can use this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .callout p {
font-size: 20px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PROOY on "Question about fonts and font sizes"</title>
			<link>http://www.kriesi.at/support/topic/question-about-fonts-and-font-sizes#post-75534</link>
			<pubDate>Wed, 12 Sep 2012 07:31:51 +0000</pubDate>
			<dc:creator>PROOY</dc:creator>
			<guid isPermaLink="false">75534@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Could someone enlighten me on how I would be able to change the font and font sizes of the menu, the callouts and the normal text. &#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;PROOY
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
