<?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: Fonts for Headings</title>
		<link>http://www.kriesi.at/support/topic/fonts-for-headings</link>
		<description>Support Forum - Topic: Fonts for Headings</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:34:08 +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/fonts-for-headings" rel="self" type="application/rss+xml" />

		<item>
			<title>MarcG5 on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-95519</link>
			<pubDate>Wed, 06 Feb 2013 19:07:02 +0000</pubDate>
			<dc:creator>MarcG5</dc:creator>
			<guid isPermaLink="false">95519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great thanks Nick - I'll have a play ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-94434</link>
			<pubDate>Fri, 01 Feb 2013 01:51:51 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You may want to look on this page to see what fonts google thinks go with molengo. &#60;a href=&#34;http://www.google.com/webfonts/specimen/Molengo#pairings&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/webfonts/specimen/Molengo#pairings&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This will require you to add the block of javascript to the header.php file... anywhere before the &#38;lt;/head&#38;gt; tag&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
  WebFontConfig = {
    google: { families: [ &#38;#39;Molengo::latin&#38;#39; ] }
  };
  (function() {
    var wf = document.createElement(&#38;#39;script&#38;#39;);
    wf.src = (&#38;#39;https:&#38;#39; == document.location.protocol ? &#38;#39;https&#38;#39; : &#38;#39;http&#38;#39;) +
      &#38;#39;://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js&#38;#39;;
    wf.type = &#38;#39;text/javascript&#38;#39;;
    wf.async = &#38;#39;true&#38;#39;;
    var s = document.getElementsByTagName(&#38;#39;script&#38;#39;)[0];
    s.parentNode.insertBefore(wf, s);
  })(); &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also add this to custom.css or quick css.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
font-family: &#38;#39;Molengo&#38;#39;, sans-serif;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if that dont work, then you will need to edit style.css , line 59 and just manually replace the font-family name with the Molengo name above the same way I have it .&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcG5 on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-94317</link>
			<pubDate>Thu, 31 Jan 2013 14:41:31 +0000</pubDate>
			<dc:creator>MarcG5</dc:creator>
			<guid isPermaLink="false">94317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks nick,&#60;/p&#62;
&#60;p&#62;This worked a treat ;-)  &#60;/p&#62;
&#60;p&#62;Can I be cheeky and ask how to set everything to Molengo - I'd be interested to compare the two different font/looks?&#60;/p&#62;
&#60;p&#62;Many Thanks&#60;br /&#62;
Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-93923</link>
			<pubDate>Tue, 29 Jan 2013 13:24:05 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry about that. &#60;/p&#62;
&#60;p&#62;1) You can either rename the Arial font file to be called Molengo&#60;br /&#62;
or&#60;br /&#62;
2) You can edit options.php located in theme_options folder and paste the 2 lines below over line 47&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;subtype&#38;quot; =&#38;gt; array(	&#38;#39;Arial&#38;#39;=&#38;gt;&#38;#39;arial&#38;#39;,
&#38;#39;Cantarell&#38;#39;=&#38;gt;&#38;#39;cantarell&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please make sure that the arial font file is called arial.font.js , all lowercase.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcG5 on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-93697</link>
			<pubDate>Mon, 28 Jan 2013 10:23:06 +0000</pubDate>
			<dc:creator>MarcG5</dc:creator>
			<guid isPermaLink="false">93697@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thanks for the post and for creating the Arial Font. I've followed your instructions and added the font but this does not show up in the Avisio options for the font choices.&#60;/p&#62;
&#60;p&#62;I copied the cufon front to Avisio/framework/fonts - I'm sure that is correct.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-93102</link>
			<pubDate>Thu, 24 Jan 2013 00:09:45 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;OK sorry for the delay. My computer passed on.&#60;/p&#62;
&#60;p&#62;Ok. I made for you a cufon Arial, and pasted it here. ( &#60;a href=&#34;http://pastebin.com/GJqN2Tea&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/GJqN2Tea&#60;/a&#62; ) Just select and copy that chunk of code, and open up notepad, paste, and save as arial.font.js&#60;/p&#62;
&#60;p&#62;You will need to connect to your website via FTP and drop the file you created in the fonts folder which is right inside the theme.&#60;/p&#62;
&#60;p&#62;Now when you go to the back end you hopefully would have Arial as one of the names of the fonts.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcG5 on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-92972</link>
			<pubDate>Wed, 23 Jan 2013 10:07:33 +0000</pubDate>
			<dc:creator>MarcG5</dc:creator>
			<guid isPermaLink="false">92972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, &#60;/p&#62;
&#60;p&#62;Thanks for pointing out the plugin issue off topic or not, thats one less issue to look at ;-) so thanks again.&#60;/p&#62;
&#60;p&#62;I am looking at a consistent font across the site and haven't made up my mind whether Arial or Molengo is the way to go.  I don't have Arial in the Avisio Heading Font options so can't see how it would look on my site. Likewise I'm not 100% sure how to set the paragraph fonts to Molengo.&#60;/p&#62;
&#60;p&#62;Thanks again for your help&#60;br /&#62;
Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-92908</link>
			<pubDate>Tue, 22 Jan 2013 21:09:44 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry , I wrote an addendum to that post after I realized that my answer was off topic though relevant for your site and must have never saved it. Weird. Sorry about that...&#60;/p&#62;
&#60;p&#62;Your primary font is Arial ( Arial, Helevtica, Verdana, san-serif ) , the one used in paragraphs. And you have cufon enhanced titles. So what you would need to do is change the 'Molengo' to Arial... I will boot up my local copy of the theme and see what the fonts are... Though you said you had no preference, that is what you want , correct? or do you want the whole thing to be Molengo?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcG5 on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-92810</link>
			<pubDate>Tue, 22 Jan 2013 11:50:17 +0000</pubDate>
			<dc:creator>MarcG5</dc:creator>
			<guid isPermaLink="false">92810@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks nick,&#60;/p&#62;
&#60;p&#62;I've deleted that plugin as CF7-calendar isn't being used anymore due to a recent change. Having said that I'm still seeing the same problem. Any thoughts?&#60;/p&#62;
&#60;p&#62;Thanks again&#60;br /&#62;
Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-92594</link>
			<pubDate>Mon, 21 Jan 2013 11:50:14 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you delete and reinstall this plugin please:  cf7-calendar &#60;/p&#62;
&#60;p&#62;It is inserting code with missing file names which causes errors that snowball&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://marcgodfreeweddings.co.uk/wp-content/plugins/cf7-calendar/inc/js/lang/.js&#34; rel=&#34;nofollow&#34;&#62;http://marcgodfreeweddings.co.uk/wp-content/plugins/cf7-calendar/inc/js/lang/.js&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://marcgodfreeweddings.co.uk/wp-content/plugins/cf7-calendar/inc/css/.css&#34; rel=&#34;nofollow&#34;&#62;http://marcgodfreeweddings.co.uk/wp-content/plugins/cf7-calendar/inc/css/.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcG5 on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-92245</link>
			<pubDate>Fri, 18 Jan 2013 14:56:54 +0000</pubDate>
			<dc:creator>MarcG5</dc:creator>
			<guid isPermaLink="false">92245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Quick update. My headers are set to 'Molengo' in the Avisio options section but I'm not too sure what the defualt text font is. So I'm just looking at getting both headers and text fonts to be the same.&#60;/p&#62;
&#60;p&#62;All help is appreciated !&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarcG5 on "Fonts for Headings"</title>
			<link>http://www.kriesi.at/support/topic/fonts-for-headings#post-92240</link>
			<pubDate>Fri, 18 Jan 2013 13:30:34 +0000</pubDate>
			<dc:creator>MarcG5</dc:creator>
			<guid isPermaLink="false">92240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm looking at changing the font typeface that is currently used for H1, H2, H3 etc to match the one that is used for default text on my site. Any ideas where I can find the code to change it?&#60;/p&#62;
&#60;p&#62;I checked style.css and got mixed results when changing some of the fonts but nothing seemed to affect the Header fonts.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Marc
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
