<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: hot tag</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: hot tag</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:59:14 +0000</pubDate>

<item>
<title>goldfiinger on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12921</link>
<pubDate>Thu, 27 Dec 2007 19:12:58 +0000</pubDate>
<dc:creator>goldfiinger</dc:creator>
<guid isPermaLink="false">12921@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Resolved  &#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12920</link>
<pubDate>Thu, 27 Dec 2007 19:02:06 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">12920@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bancomicsans.com/home.html&#34;&#62;&#60;code&#62;font-family&#60;/code&#62; actually when you're only declaring the font, sorry.&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>goldfiinger on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12918</link>
<pubDate>Thu, 27 Dec 2007 18:28:06 +0000</pubDate>
<dc:creator>goldfiinger</dc:creator>
<guid isPermaLink="false">12918@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks but it's still not working, i've changed both too &#60;/p&#62;
&#60;p&#62;font: &#34;Comic Sans MS&#34;;  &#60;/p&#62;
&#60;p&#62;Still no joy :(
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12917</link>
<pubDate>Thu, 27 Dec 2007 18:17:54 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">12917@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah. You need to have quotation marks around any font names containing spaces.&#60;br /&#62;
(edited)&#60;br /&#62;
That would be &#60;code&#62;font-family: &#38;quot;Anything but Comic Sans MS for the love of god&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Note you can also get a whole bunch of font declarations into one statement: &#60;a href=&#34;http://www.w3schools.com/css/pr_font_font.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/pr_font_font.asp&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>goldfiinger on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12916</link>
<pubDate>Thu, 27 Dec 2007 17:59:18 +0000</pubDate>
<dc:creator>goldfiinger</dc:creator>
<guid isPermaLink="false">12916@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;any idea why it would be having no effect?
&#60;/p&#62;</description>
</item>
<item>
<title>goldfiinger on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12915</link>
<pubDate>Thu, 27 Dec 2007 17:54:04 +0000</pubDate>
<dc:creator>goldfiinger</dc:creator>
<guid isPermaLink="false">12915@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;#front-page #hottags {&#60;br /&#62;
	position: centre;&#60;br /&#62;
	top: 0;&#60;br /&#62;
	left: 0;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	margin-left: 30px;&#60;br /&#62;
	margin-right: 30px;&#60;br /&#62;
	width: auto;&#60;br /&#62;
	font-size: small;&#60;br /&#62;
		font: Comic Sans MS;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.frontpageheatmap {&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	line-height: 30px;&#60;br /&#62;
	padding-bottom: 10px;&#60;br /&#62;
	font-size: small;&#60;br /&#62;
		font: Comic Sans MS;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12914</link>
<pubDate>Thu, 27 Dec 2007 17:52:27 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">12914@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Those are both the right places. How are you adding the font?
&#60;/p&#62;</description>
</item>
<item>
<title>goldfiinger on "How to change hot tag font"</title>
<link>http://bbpress.org/forums/topic/how-to-change-hot-tag-font#post-12912</link>
<pubDate>Thu, 27 Dec 2007 17:46:50 +0000</pubDate>
<dc:creator>goldfiinger</dc:creator>
<guid isPermaLink="false">12912@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Quick question, how do i change the font of the hot tags list on my front page.  I'm using one font for my whole page at the moment but want to add a second font just for the hot tag list. &#60;/p&#62;
&#60;p&#62;How would i go about doing this ? &#60;/p&#62;
&#60;p&#62;I tried adding a font under &#60;/p&#62;
&#60;p&#62;.frontpageheatmap &#60;/p&#62;
&#60;p&#62;and under&#60;br /&#62;
#front-page #hottags&#60;/p&#62;
&#60;p&#62;on my style sheet but this made no difference. &#60;/p&#62;
&#60;p&#62;Anyone know where i should try ? &#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
