<?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 the font In cleancut</title>
		<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut</link>
		<description>Support Forum - Topic: Changing the font In cleancut</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 16:41:06 +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-the-font-in-cleancut" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-57237</link>
			<pubDate>Wed, 23 May 2012 16:23:59 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">57237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you figured it out jmpagano.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmpagano on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-56724</link>
			<pubDate>Sun, 20 May 2012 14:58:08 +0000</pubDate>
			<dc:creator>jmpagano</dc:creator>
			<guid isPermaLink="false">56724@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;FYI, I figured it out:&#60;/p&#62;
&#60;p&#62;Dude's instructions above are half right. Remove $quicksand, not $cufon.&#60;/p&#62;
&#60;p&#62;Not sure if this is a smart idea, but it works until further direction is available.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmpagano on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-56723</link>
			<pubDate>Sun, 20 May 2012 14:51:21 +0000</pubDate>
			<dc:creator>jmpagano</dc:creator>
			<guid isPermaLink="false">56723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The instructions for disabling Cufon do not work. Or at least they work to disable Cufon, but the also terminate the featured slider on the main page.&#60;/p&#62;
&#60;p&#62;Are there updated instructions?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Joseph
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-4407</link>
			<pubDate>Thu, 09 Sep 2010 16:57:27 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;If you want to change the font you shouldn't be messing around with the quicksand.font.js file, only the CSS file needs editing.&#60;/p&#62;
&#60;p&#62;Open up style.css, find the body tag (very near the top) and replace this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;font-family: Arial, Helevtica, Verdana, sans-serif;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;font-family: &#38;quot;Times New Roman&#38;quot;, serif;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To disable Cufon completely, open up /framework/helper_functions/header_includes.php and remove:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$cufon = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;quot;/js/cufon.js&#38;quot;;
	wp_enqueue_script(&#38;#39;cufon&#38;#39;,$cufon,array(&#38;#39;jquery&#38;#39;));

	$quicksand = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;quot;/js/quicksand.font.js&#38;quot;;
	wp_enqueue_script(&#38;#39;quicksand&#38;#39;,$quicksand,array(&#38;#39;jquery&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fred on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-4361</link>
			<pubDate>Thu, 09 Sep 2010 11:31:47 +0000</pubDate>
			<dc:creator>fred</dc:creator>
			<guid isPermaLink="false">4361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;AA think I may have cracked I've stripped the file out of all the code but for this &#60;/p&#62;
&#60;p&#62;/*!&#60;br /&#62;
 * The following copyright notice may not be removed under any circumstances.&#60;br /&#62;
 *&#60;br /&#62;
 * Copyright:&#60;br /&#62;
 * Copyright (c) Andrew Paglinawan, 2008. All rights reserved.&#60;br /&#62;
 *&#60;br /&#62;
 * Trademark:&#60;br /&#62;
 * Dashling is a trademark of the Andrew Paglinawan.&#60;br /&#62;
 *&#60;br /&#62;
 * Full name:&#60;br /&#62;
 * QuicksandBook-Regular&#60;br /&#62;
 *&#60;br /&#62;
 * Manufacturer:&#60;br /&#62;
 * Andrew Paglinawan&#60;br /&#62;
 *&#60;br /&#62;
 * Designer:&#60;br /&#62;
 * Andrew Paglinawan&#60;br /&#62;
 */&#60;br /&#62;
Cufon.registerFont({&#34;w&#34;:220,&#34;face&#34;:{&#34;font-family&#34;:&#34;Times New Roman&#34;,&#34;font-weight&#34;:400,&#34;font-stretch&#34;:&#34;normal&#34;,&#34;units-per-em&#34;:&#34;360&#34;,&#34;panose-1&#34;:&#34;2 7 3 3 0 0 0 6 0 0&#34;,&#34;ascent&#34;:&#34;288&#34;,&#34;descent&#34;:&#34;-72&#34;,&#34;bbox&#34;:&#34;-8.91478 -331.632 401 74&#34;,&#34;underline-thickness&#34;:&#34;18&#34;,&#34;underline-position&#34;:&#34;-18&#34;,&#34;unicode-range&#34;:&#34;U+0020-U+2122&#34;}&#60;br /&#62;
})     &#38;lt;&#38;lt;&#38;lt; everything that came after there I've deleted and it seems to have worked&#60;/p&#62;
&#60;p&#62;Is that the step Id missed ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fred on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-4360</link>
			<pubDate>Thu, 09 Sep 2010 11:25:40 +0000</pubDate>
			<dc:creator>fred</dc:creator>
			<guid isPermaLink="false">4360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok I've tried the hack&#60;/p&#62;
&#60;p&#62;My steps&#60;br /&#62;
1. Rename quicksand_all.font.js  to  quicksand.font.js&#60;br /&#62;
2.In the renamed quicksand.font.js change the line {&#34;font-family&#34;:&#34;quicksand&#34;, to {&#34;font-family&#34;:&#34;Times New Roman&#34;,&#60;/p&#62;
&#60;p&#62;As the new font I want is Times New Roman.&#60;/p&#62;
&#60;p&#62;3.Save the file, uploaded to FTP, refreshed page. Still looks the exact same to me. &#60;/p&#62;
&#60;p&#62;Am I miss understanding something here ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-4357</link>
			<pubDate>Thu, 09 Sep 2010 10:31:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Have a look at this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/replace-cufon-font-in-cleancut&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/replace-cufon-font-in-cleancut&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fred on "Changing the font In cleancut"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-font-in-cleancut#post-4355</link>
			<pubDate>Thu, 09 Sep 2010 10:24:17 +0000</pubDate>
			<dc:creator>fred</dc:creator>
			<guid isPermaLink="false">4355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do one do this ? I've tried to edit the style and style1 sheet but it doesn't seem to have an effect. I quite like the main copy as Arial But i'd like to change what I think is quicksand ?? and where ever it appears In the cleancut theme to Times.&#60;/p&#62;
&#60;p&#62;Could anyone point me in the correct direction please ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
