<?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: Different fonts for h1, h2?</title>
		<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2</link>
		<description>Support Forum - Topic: Different fonts for h1, h2?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:41:15 +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/different-fonts-for-h1-h2" rel="self" type="application/rss+xml" />

		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-39831</link>
			<pubDate>Thu, 02 Feb 2012 14:30:51 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">39831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please? I suspect the wants and needs of all us users can be overwhelming, so I try my best not to harass you good support people. But I would so love to have one bold, one medium font.&#60;/p&#62;
&#60;p&#62;Hope to hear from you sirs. You're doing great work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-38683</link>
			<pubDate>Wed, 25 Jan 2012 15:35:36 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">38683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your response, Chris!&#60;/p&#62;
&#60;p&#62;Yes, It seems the code I use (pasted a few posts earlier here) replaces the Cufonery. Before that, I selected &#34;No custom fonts&#34; in Flashlight Theme Options, of course.&#60;/p&#62;
&#60;p&#62;I think you are at least partly right. But with the code of my Quick CSS, as it looks right now (see below), h2 is only rendered as a smaller h1. I think of two possibilites: either my code contains conflicting declarations, or Flashlight needs more finesse to deliver h2's in a different font.&#60;/p&#62;
&#60;p&#62;If you would take a look below and find where I've gone wrong, I would be immensely grateful.&#60;/p&#62;
&#60;p&#62;My css:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
.sidebar .widgettitle{font-size:13px;}&#60;/p&#62;
&#60;p&#62;.cufon_headings {&#60;br /&#62;
font-family: &#34;tarzanarbol-071211005EmigreWebOnly&#34;, Verdana, sans-serif;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;@font-face{&#60;br /&#62;
	font-family: 'tarzanarbol-071211005EmigreWebOnly';&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanarbol-071211005EmigreWebOnly.eot');&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanarbol-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
	     url('wp-content/themes/flashlight/fonts/tarzanarbol-071211005EmigreWebOnly.woff') format('woff');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;@font-face{&#60;br /&#62;
	font-family: 'tarzanar-071211005EmigreWebOnly';&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanar-071211005EmigreWebOnly.eot');&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanar-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
	     url('wp-content/themes/flashlight/fonts/tarzanar-071211005EmigreWebOnly.woff') format('woff');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .post-title, #top .entry-mini h1.post-title, h1 {&#60;br /&#62;
    font-family: 'tarzanarbol-071211005EmigreWebOnly', Verdana, sans-serif !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h1 { font-family: 'tarzanarbol-071211005EmigreWebOnly', Verdana, sans-serif; }&#60;br /&#62;
h2 { font-family: 'tarzanar-071211005EmigreWebOnly', Verdana, sans-serif; }&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-38629</link>
			<pubDate>Wed, 25 Jan 2012 05:38:04 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">38629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;sorry for the delay.&#60;/p&#62;
&#60;p&#62;Really all you should need to do is include this in your css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1 { font-family: &#38;#39;FontForH1&#38;#39;, Verdana, sans-serif; }
h2 { font-family: &#38;#39;FontNameForH2&#38;#39;, Verdana, sans-serif; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the font files are declared before these lines with @font-face there shouldn't be any problem replacing them - that is if you've deactivated your Cufon (This is what you want to do - right?)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-38469</link>
			<pubDate>Mon, 23 Jan 2012 12:25:07 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">38469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please sir?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-38247</link>
			<pubDate>Fri, 20 Jan 2012 12:28:55 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">38247@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here's one very nooby idea: Would it be possible to combine the h1, h2 rules with the very first lines of the CSS there?&#60;/p&#62;
&#60;p&#62;What I mean is, it was when you gave me the &#34;cufon headings&#34; line that I got my web fonts to work. Could I construct two of those? Sort of like: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.cufon_headings 1 {
font-family: &#38;quot;tarzanarbol-071211005EmigreWebOnly&#38;quot;, Verdana, sans-serif;
}

.cufon_headings 2 {
font-family: &#38;quot;tarzanar-071211005EmigreWebOnly&#38;quot;, Verdana, sans-serif;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I know this can't be correct, but perhaps something is this direction might work? What do you think?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-38142</link>
			<pubDate>Thu, 19 Jan 2012 12:28:09 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">38142@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh! Now we're talking. I will go try.&#60;/p&#62;
&#60;p&#62;[...]&#60;/p&#62;
&#60;p&#62;Sorry, no. I put back my old @font-face declaration (pasted below), and added your last suggestion. Doing this, I get Tarzana Narrow Bold on all headings. No Tarzana Narrow Regular (the thin variety).&#60;/p&#62;
&#60;p&#62;Then, I went into my welcome page and put &#38;lt;h2&#38;gt;, &#38;lt;/h2&#38;gt; around the page title. This page is in Mini Content Area layout, so the difference should show up in the little box on the right. It does -- but it's still Tarzana Bold, only smaller type.&#60;/p&#62;
&#60;p&#62;So the next question, I guess, would be if my @font-face rule is wrongly written. From what I can tell, I'm still only telling Flashlight to let @font-face replace Cufon headings &#60;em&#62;in general&#60;/em&#62; (i.e., no distinction between h1 and h2).&#60;/p&#62;
&#60;p&#62;My Quick CSS:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.cufon_headings {&#60;br /&#62;
font-family: &#34;tarzanarbol-071211005EmigreWebOnly&#34;, Verdana, sans-serif;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;@font-face{&#60;br /&#62;
	font-family: 'tarzanarbol-071211005EmigreWebOnly';&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanarbol-071211005EmigreWebOnly.eot');&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanarbol-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
	     url('wp-content/themes/flashlight/fonts/tarzanarbol-071211005EmigreWebOnly.woff') format('woff');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;@font-face{&#60;br /&#62;
	font-family: 'tarzanar-071211005EmigreWebOnly';&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanar-071211005EmigreWebOnly.eot');&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanar-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
	     url('wp-content/themes/flashlight/fonts/tarzanar-071211005EmigreWebOnly.woff') format('woff');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .post-title, #top .entry-mini h1.post-title, h1 {&#60;br /&#62;
    font-family: 'tarzanarbol-071211005EmigreWebOnly', Verdana, sans-serif !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h2 { font-family: 'tarzanar-071211005EmigreWebOnly', Verdana, sans-serif; }&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
_______&#60;br /&#62;
As before, the site in question is &#60;a href=&#34;http://hikki.se/&#34; rel=&#34;nofollow&#34;&#62;http://hikki.se/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-38087</link>
			<pubDate>Thu, 19 Jan 2012 07:28:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes it's possible. You can add use as many fonts as you like. I.e. the code would be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .post-title, #top .entry-mini h1.post-title, h1 {
    font-family: &#38;#39;tarzanarbol-290711001EmigreWebOnly&#38;#39;, Verdana, sans-serif !important;
}

h2 { font-family: &#38;#39;TarzaNar-290711001EmigreWebOnly&#38;#39;, Verdana, sans-serif; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-38025</link>
			<pubDate>Wed, 18 Jan 2012 11:21:57 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">38025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I mean, it's clear that Flashlight knows how to render headings and paragraphs in different fonts.&#60;/p&#62;
&#60;p&#62;My question is if Flashlight can be told to use &#60;em&#62;certain fonts&#60;/em&#62; for &#60;em&#62;certain levels&#60;/em&#62; of headings -- h1 different from h2. If that is possible, then I can move on to how to make the actual fonts work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37820</link>
			<pubDate>Mon, 16 Jan 2012 15:08:18 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">37820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, I'm back now. Thank you Chris and Dude.&#60;/p&#62;
&#60;p&#62;Unfortunately, none of the kind suggestions you have given me so far have worked. This might be an font issue rather than (the rest of the) CSS, but I haven't lost hope yet. (I still haven't seen Tarzana Regular on the page, so it might be my @font-face rule (above) that's messed up).&#60;/p&#62;
&#60;p&#62;I could be wrong, but I think the problem lies in how to... instruct Flashlight to deploy the first font for h1 headings... and the second font for h2? Could that be right?&#60;/p&#62;
&#60;p&#62;Because only telling Flashlight &#34;do this bold, and that regular&#34; would require the same font in two accompanying variants, rather than the two separate fonts I've got. This is only speculation, but I would love your input.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37670</link>
			<pubDate>Sun, 15 Jan 2012 03:01:56 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">37670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, let us know if there's anything you need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37557</link>
			<pubDate>Fri, 13 Jan 2012 09:38:41 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">37557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, didn't take either. Thanks for your patience.&#60;/p&#62;
&#60;p&#62;I'm not insightful enough to know, but I think that if we could figure out if Flashlight makes a distinction between Heading 1 and Heading 2, and if so, where – then maybe we're in business. I dare not think how much work Kriesi has put into this fine creation.&#60;/p&#62;
&#60;p&#62;There might be a few other things going awry with my page right know (file permissions, stalled updates) so I'm gonna tear it apart right now. We'll get back to this, kay?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37323</link>
			<pubDate>Wed, 11 Jan 2012 14:05:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry. I just noted that we used &#34;normal&#34; for both elements. Please set the font-weight for .main_menu .menu li a strong to &#34;bold&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37319</link>
			<pubDate>Wed, 11 Jan 2012 13:59:35 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">37319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much for responding, Dude. That code didn't change anything (although it didn't break anything either).&#60;/p&#62;
&#60;p&#62;I'm still very uncertain on how Flashlight handles all the styling, but I think it loads the Quick CSS last of all, so any tricks may be pasted there. If that isn't always the case, please correct me.&#60;/p&#62;
&#60;p&#62;Here below is what I have in my Quick CSS right now. It does load the Tarzana Narrow Bold, but it does so in every heading, and Tarzana Narrow Regular is never seen. Would you, Dude, be able to conclude why that is?&#60;/p&#62;
&#60;p&#62;---------&#60;/p&#62;
&#60;p&#62;.cufon_headings {&#60;br /&#62;
font-family: &#34;tarzanarbol-290711001EmigreWebOnly&#34;, Verdana, sans-serif;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;@font-face{&#60;br /&#62;
	font-family: 'tarzanarbol-290711001EmigreWebOnly';&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanarbol-290711001EmigreWebOnly.eot');&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/tarzanarbol-290711001EmigreWebOnly.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
	     url('wp-content/themes/flashlight/fonts/tarzanarbol-290711001EmigreWebOnly.woff') format('woff');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;@font-face{&#60;br /&#62;
	font-family: 'TarzaNar-290711001EmigreWebOnly';&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/TarzaNar-290711001EmigreWebOnly.eot');&#60;br /&#62;
	src: url('wp-content/themes/flashlight/fonts/TarzaNar-290711001EmigreWebOnly.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
	     url('wp-content/themes/flashlight/fonts/TarzaNar-290711001EmigreWebOnly.woff') format('woff');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h1 { font-family: 'tarzanarbol-290711001EmigreWebOnly', Verdana, sans-serif;&#60;br /&#62;
}&#60;br /&#62;
h2 { font-family: 'TarzaNar-290711001EmigreWebOnly', Verdana, sans-serif;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .post-title, #top .entry-mini h1.post-title {&#60;br /&#62;
    font-weight: normal !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu .menu li a strong {&#60;br /&#62;
    font-weight: normal !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37299</link>
			<pubDate>Wed, 11 Jan 2012 11:59:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .post-title, #top .entry-mini h1.post-title {
    font-weight: normal !important;
}

.main_menu .menu li a strong {
    font-weight: normal !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37297</link>
			<pubDate>Wed, 11 Jan 2012 11:29:04 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">37297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, I'll try it. The page, by the way, is &#60;a href=&#34;http://www.hikki.se/&#34; rel=&#34;nofollow&#34;&#62;http://www.hikki.se/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[Edit] Well, no, that didn't make a change. I'm trying to get these two fonts to work, and the first one (Bold) does, but it goes everywhere. The second font (Regular) doesn't load.&#60;/p&#62;
&#60;p&#62;I would love it if I could make the sidebar use the first font, and headlines in the content area use the second font. Is that possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37198</link>
			<pubDate>Tue, 10 Jan 2012 21:39:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you could use &#34;font-weight: bold&#34; for h1 headings. Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top h1.post-title, h1 {
    font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>perenoksson on "Different fonts for h1, h2?"</title>
			<link>http://www.kriesi.at/support/topic/different-fonts-for-h1-h2#post-37151</link>
			<pubDate>Tue, 10 Jan 2012 10:59:38 +0000</pubDate>
			<dc:creator>perenoksson</dc:creator>
			<guid isPermaLink="false">37151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear wise support men,&#60;/p&#62;
&#60;p&#62;Is there a way to have Flashlight make a distiction between headings and subheadings?&#60;/p&#62;
&#60;p&#62;I've got my webfonts working, but I want to use Bold for h1 and Regular for h2. Is this there a neat way to configure this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
