<?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: How to remove Italics from titles &amp; install custom font</title>
		<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How to remove Italics from titles &amp; install custom font</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:55:18 +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/how-to-remove-italics-from-titles-install-custom-font" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30213</link>
			<pubDate>Wed, 23 Jul 2014 13:56:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30213@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm not sure about the @font-face stuff, but the italics appear to be gone. </p>
<p>Let me know if that's not the case.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>action Turtle on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30208</link>
			<pubDate>Tue, 22 Jul 2014 12:12:41 +0000</pubDate>
			<dc:creator>action Turtle</dc:creator>
			<guid isPermaLink="false">30208@http://www.themolitor.com/forums/</guid>
			<description><p>Sorry to repost so much but you can see the logo in the top left has the correct font because it is a graphic... Thanks!
</p></description>
		</item>
		<item>
			<title>action Turtle on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30207</link>
			<pubDate>Tue, 22 Jul 2014 12:07:42 +0000</pubDate>
			<dc:creator>action Turtle</dc:creator>
			<guid isPermaLink="false">30207@http://www.themolitor.com/forums/</guid>
			<description><p>Yea it actually does not appear to be working at all :( it should be all caps for the copperplate font... If this is to much digging for you I understand and will try to figure it out and re-post back what I find... </p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>action Turtle on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30206</link>
			<pubDate>Tue, 22 Jul 2014 11:46:33 +0000</pubDate>
			<dc:creator>action Turtle</dc:creator>
			<guid isPermaLink="false">30206@http://www.themolitor.com/forums/</guid>
			<description><p>yea man... its - marquee.bbdstudios.us</p>
<p>Thanks so much!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30200</link>
			<pubDate>Tue, 22 Jul 2014 08:44:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30200@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you link me to your site, I'll check it out.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>action Turtle on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30193</link>
			<pubDate>Mon, 21 Jul 2014 22:51:19 +0000</pubDate>
			<dc:creator>action Turtle</dc:creator>
			<guid isPermaLink="false">30193@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks man! Your support has been incredibly :)</p>
<p>So this kinda worked... it seems to be only effecting the body, strong and em tags :( you would not know why? if not no worries just thought I would ask... And this could be useful for other members... Thanks again man... </p>
<pre><code>h1, h2, h3, h4, h5, h6 { font-family: web-font, fallback-fonts; }
p { font-family: web-font, fallback-fonts; }
body { font-family: web-font, fallback-fonts; }
strong { font-family: web-font-bold; }
em { font-family: web-font-italic; }

@font-face {
    font-family: &#039;web-font&#039;;
    src: url(&#039;web-fonts/copperplate-gothic-light.ttf&#039;) format(&#039;truetype&#039;),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: &#039;web-font-bold&#039;;
    src: url(&#039;web-fonts/copperplate-gothic-light.ttf&#039;) format(&#039;truetype&#039;),
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: &#039;web-font-italic&#039;;
    src: url(&#039;web-fonts/copperplate-gothic-light.ttf&#039;) format(&#039;truetype&#039;),
    font-weight: normal;
    font-style: italic;
}</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30181</link>
			<pubDate>Mon, 21 Jul 2014 08:53:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30181@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To remove italics for all title items, copy/paste the following into your Custom CSS box on the Customize page...</p>
<pre><code>.innerTopPanel &#62; h1,
#welcome h1,
.homeSlide h2.posttitle,
#relatedPost h3,
#relatedPost a.titleLink,
.listing .post h2.posttitle,
.listing .page h2.posttitle,
.post h2.posttitle, .entrytitle {font-style: normal;}</code></pre>
<p>Regarding custom fonts, that goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research, testing and custom code then I have to refer you to the customization request form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>action Turtle on "How to remove Italics from titles &amp; install custom font"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-italics-from-titles-install-custom-font#post-30169</link>
			<pubDate>Fri, 18 Jul 2014 12:27:04 +0000</pubDate>
			<dc:creator>action Turtle</dc:creator>
			<guid isPermaLink="false">30169@http://www.themolitor.com/forums/</guid>
			<description><p>To remove the italics from the titles maybe its the H1's?  Like in the navigation it dose not have italics but when it displays the name of the nav in full on the page it is in italics and I would like to not have that... I also noticed that post titles are in italics... Do you know the CSS for this? Just put it in the custom CSS right?</p>
<p>Also wanted to use a custom font... Dose the @font-face rule work? <a href="http://www.w3schools.com/css/css3_fonts.asp" rel="nofollow">http://www.w3schools.com/css/css3_fonts.asp</a></p>
<p>Thanks so much!
</p></description>
		</item>

	</channel>
</rss>
