<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Changing the fonts</title>
		<link>http://www.themolitor.com/forums/topic/changing-the-fonts</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Changing the fonts</description>
		<language>en-US</language>
		<pubDate>Wed, 06 May 2026 10:04:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/changing-the-fonts" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-18049</link>
			<pubDate>Wed, 30 Jan 2013 13:10:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18049@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Twenty Eleven only has one font style declaration, so it's not a good example to prove there are no plugin issues. The Producer has different font styles applied to different parts of the theme. They all use the same standard approach in the CSS (no inline font styling. Gross).</p>
<p>One last thing you can try...</p>
<pre><code>* {font-family: &#039;Varela Round&#039;, sans-serif !important;}
#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {font-family: &#039;Orbitron&#039;, sans-serif !important;}</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>weishi on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-18025</link>
			<pubDate>Tue, 29 Jan 2013 14:40:56 +0000</pubDate>
			<dc:creator>weishi</dc:creator>
			<guid isPermaLink="false">18025@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris, I don't believe that this is a plugin issue though.  I just changed the site to the Twenty Eleven and the Twenty Twelve  themes and the plugin works perfectly.  On The Producer it only works when there is not a category, so the same blog entry will display with the fonts chosen when it is one step from the root but one more step and it will revert to default fonts.  It must be a line of code somewhere (I'm assuming in your style sheet?).  Do you think when you have a minute you could please have a think about it?  I can't be only customer who wants to change the fonts on this or on any of your other excellent themes..</p>
<p>thank you very much
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-18013</link>
			<pubDate>Tue, 29 Jan 2013 13:39:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18013@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Yeah, I'm not sure what the issue is as I can't really troubleshoot the plugin you're using. At this point you'll need to see if you can get this solved with the plugin developer as the theme isn't really the cause of the issue.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>weishi on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-17992</link>
			<pubDate>Tue, 29 Jan 2013 12:12:39 +0000</pubDate>
			<dc:creator>weishi</dc:creator>
			<guid isPermaLink="false">17992@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>I pasted that code into the custom CSS box in the Theme option but it didn't make any difference.  I actually also went through the style CSS and changed all the Georgia to Orbitron or Varela Round but that didn't change anything either, so I changed the style CSS back to the original code.</p>
<p>I'm stumped.  I don't know CSS but have done everything I can see might change the fonts and it hasn't worked.  I do notice that everything keyline.tv/blog/xxx is right but everything  keyline.tv/blog/categories/xxx is not.</p>
<p>thanks again!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-17837</link>
			<pubDate>Fri, 25 Jan 2013 10:58:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17837@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Regarding loading times, I'm experiencing REALLY long loading times. This is not a theme-related thing but has to do with either your hosting provider or the configuration/setup of your WordPress installation. You'll need to troubleshoot with them about that.</p>
<p>Regarding the fonts, try this...<br />
<pre><code>#container {font-family: &#039;Varela Round&#039;, sans-serif !important;}
#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {font-family: &#039;Orbitron&#039;, sans-serif !important;}</code></pre>
<p>Let me know if that works better.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>weishi on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-17810</link>
			<pubDate>Thu, 24 Jan 2013 13:07:37 +0000</pubDate>
			<dc:creator>weishi</dc:creator>
			<guid isPermaLink="false">17810@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris</p>
<p>I tried adding !important but maybe I should add !honestly really important please please do it LOL because it didn't work &#62;&#60;</p>
<p>I've pasted this in the custom CSS box in your theme options:</p>
<p>#container p {font-family: 'Varela Round', sans-serif !important;}<br />
#container h1 {font-family: 'Orbitron', sans-serif !important;}<br />
#container h2 {font-family: 'Orbitron', sans-serif !important;}<br />
#container h3 {font-family: 'Orbitron', sans-serif !important;}<br />
#container h4 {font-family: 'Orbitron', sans-serif !important;}<br />
#container h5 {font-family: 'Orbitron', sans-serif !important;}<br />
#container h6 {font-family: 'Orbitron', sans-serif !important;}</p>
<p>And I've put this in the Custom CSS boxes in the WP Google Fonts plugin:</p>
<p>#welcome h1 {font:normal 32px/2em 'Orbitron', sans-serif;!important;}</p>
<p>.homeSlide h2.posttitle {font:normal 26px/1em 'Orbitron', sans-serif;!important;}</p>
<p>.listing .page h2.posttitle {font:normal 26px/1em 'Orbitron', sans-serif;!important;}</p>
<p>.post h2.posttitle, .entrytitle {margin-bottom: 20px; font:normal 26px/1em 'Orbitron', sans-serif;!important;}</p>
<p>#body {font-family:'Varela Round',helvetica-neue,helvetica,arial,sans-serif;!important;}</p>
<p>.continueOn {font:normal 14px/30px 'Varela Round',sans-serif;!important;}</p>
<p>#creditRoll p:first-line {font-style: normal; font-family: 'Varela Round',sans-serif; color: #fafafa;!important;}</p>
<p>#relatedPost h3 {<br />
	font:italic 18px/1em 'Varela Round',sans-serif;!important;}</p>
<p>But it's still showing some of the fonts changed and some still Georgia.  Basically I want any headers to be Orbitron and and paragraph like text to be Varela Round.</p>
<p>Please have a look at the site: <a href="http://www.keyline.tv/blog" rel="nofollow">http://www.keyline.tv/blog</a></p>
<p>It seems that when the pages get to <a href="http://www.keyline.tv/blog" rel="nofollow">http://www.keyline.tv/blog</a> the fonts are as I want them, (scroll down from the landing page to see what I mean), but when it moves to <a href="http://www.keyline.tv/blog/category/xxx" rel="nofollow">http://www.keyline.tv/blog/category/xxx</a> the fonts don't change as I'd like.  So Category seems to be forcing Georgia font, can you shed any light on it please (I'm a CSS numpty :-)</p>
<p>Also as an aside in case you know of the answer (I'm also a WP numpty) my site loads MUCH slower than The Producer sample site which loads if I click on the home button installed when I imported the xml.  I also sometimes get an Internal Server Error and it won't load at all, nor will the admin area.  Do you have any knowledge about that kind of issue???</p>
<p>thanks very much again :-)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-17765</link>
			<pubDate>Wed, 23 Jan 2013 15:22:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17765@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>When you're adding the CSS styles for the Google fonts, just be sure to use <strong>!important</strong> at the end to force the styling. Example...</p>
<pre><code>#someElement {font-family: &#039;googleCustomFontName&#039;,serif !important;}</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>weishi on "Changing the fonts"</title>
			<link>http://www.themolitor.com/forums/topic/changing-the-fonts#post-17763</link>
			<pubDate>Wed, 23 Jan 2013 15:19:21 +0000</pubDate>
			<dc:creator>weishi</dc:creator>
			<guid isPermaLink="false">17763@http://www.themolitor.com/forums/</guid>
			<description><p>I'm using the WP Google Fonts plugin to change the fonts on my Producer theme.  It mentions I'll probably have to change the CSS directly and I've gone through the style sheet trying to figure out what is what and write custom CSS to force the fonts to change.  Some of them have but some still haven't.  I'm sure lots of people want to customise their fonts on this theme and on your other themes.  Can you please offer any advice on how to find the right lines of code and what to write/not write to make sure the code is valid and it all works?  </p>
<p>thanks very much
</p></description>
		</item>

	</channel>
</rss>
