<?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>Themify Forum &#187; Tag: Themify Styling Panel - Recent Posts</title>
		<link>http://themify.me/forum/tags.php?tag=themify-styling-panel</link>
		<description>Themify Support Forums</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 07:04:01 +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://themify.me/forum/search.php</link>
		</textInput>
		<atom:link href="http://themify.me/forum/rss.php?tag=themify-styling-panel" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick @ Themify on "Custom font @font-face tutorial"</title>
			<link>http://themify.me/forum/topic.php?id=2112#post-16362</link>
			<pubDate>Wed, 16 May 2012 19:18:50 +0000</pubDate>
			<dc:creator>Nick @ Themify</dc:creator>
			<guid isPermaLink="false">16362@http://themify.me/forum/</guid>
			<description>&#60;p&#62;@Adrianne - The font URL path has to be absolute (eg. &#60;a href=&#34;http://yoursite.com/font.eot&#34; rel=&#34;nofollow&#34;&#62;http://yoursite.com/font.eot&#60;/a&#62;).
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Adrianne Padua on "Custom font @font-face tutorial"</title>
			<link>http://themify.me/forum/topic.php?id=2112#post-15508</link>
			<pubDate>Mon, 30 Apr 2012 04:24:37 +0000</pubDate>
			<dc:creator>Adrianne Padua</dc:creator>
			<guid isPermaLink="false">15508@http://themify.me/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I followed your custom fonts tutorial with one of my sites using the Funki theme (&#60;a href=&#34;http://seiichi-ushimi.net&#34; rel=&#34;nofollow&#34;&#62;http://seiichi-ushimi.net&#60;/a&#62;) and it works well.&#60;/p&#62;
&#60;p&#62;Now I'm using the same tutorial with a new site using the Elemin theme (&#60;a href=&#34;http://lets-volt.in&#34; rel=&#34;nofollow&#34;&#62;http://lets-volt.in&#60;/a&#62;) but none of the fonts were changed.&#60;/p&#62;
&#60;p&#62;This is the CSS code that I'm doing at the Custom CSS section. Maybe there's something wrong there?&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'JennaSueRegular';&#60;br /&#62;
    src: url('jennasue-webfont.eot');&#60;br /&#62;
    src: url('jennasue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('jennasue-webfont.woff') format('woff'),&#60;br /&#62;
         url('jennasue-webfont.ttf') format('truetype');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'AndalusRegular';&#60;br /&#62;
    src: url('andlso-webfont.eot');&#60;br /&#62;
    src: url('andlso-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('andlso-webfont.woff') format('woff'),&#60;br /&#62;
         url('andlso-webfont.ttf') format('truetype');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
    color: #000066;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h1, h2, h3, h4, h5, h6, .widgettitle, .post-title, .page-title {&#60;br /&#62;
font-family: 'JennaSueRegular';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;p {&#60;br /&#62;
font-family: 'AndalusRegular';&#60;br /&#62;
}
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Chuck Spidell on "Custom font @font-face tutorial"</title>
			<link>http://themify.me/forum/topic.php?id=2112#post-14747</link>
			<pubDate>Fri, 13 Apr 2012 20:41:48 +0000</pubDate>
			<dc:creator>Chuck Spidell</dc:creator>
			<guid isPermaLink="false">14747@http://themify.me/forum/</guid>
			<description>&#60;p&#62;I'm using the &#60;a href=&#34;http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax&#34;&#62;Bulletproof syntax&#60;/a&#62; for @font-face on Tisa and it renders fonts quite well.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Mark Gould on "Custom font @font-face tutorial"</title>
			<link>http://themify.me/forum/topic.php?id=2112#post-14685</link>
			<pubDate>Thu, 12 Apr 2012 20:36:27 +0000</pubDate>
			<dc:creator>Mark Gould</dc:creator>
			<guid isPermaLink="false">14685@http://themify.me/forum/</guid>
			<description>&#60;p&#62;It's no problem at all using the integration methods you are suggesting. Believe me, I've worked with some serious programmers and I've always been in awe of what they do and how they can evolve and change things. Me, I'm just a front-end developer/designer type guy. I'm just saying, I think web fonts will have really evolved and matured when adding custom code for a font-family &#34;automatically&#34; adds the font to a pull-down list. That would be heaven. Thanks!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Nick @ Themify on "Custom font @font-face tutorial"</title>
			<link>http://themify.me/forum/topic.php?id=2112#post-14564</link>
			<pubDate>Tue, 10 Apr 2012 22:10:13 +0000</pubDate>
			<dc:creator>Nick @ Themify</dc:creator>
			<guid isPermaLink="false">14564@http://themify.me/forum/</guid>
			<description>&#60;p&#62;Because there are too many custom fonts (whether Typekit, Google Fonts, or custom fonts), we've decided not to add them in the framework font select list. They can be easily integrated with custom_style.css, Styling &#38;gt; Custom CSS, and Header/Footer Code panel.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Mark Gould on "Custom font @font-face tutorial"</title>
			<link>http://themify.me/forum/topic.php?id=2112#post-14379</link>
			<pubDate>Thu, 05 Apr 2012 21:16:24 +0000</pubDate>
			<dc:creator>Mark Gould</dc:creator>
			<guid isPermaLink="false">14379@http://themify.me/forum/</guid>
			<description>&#60;p&#62;Not sure if you want replies and questions about web fonts posted here, let us know..&#60;/p&#62;
&#60;p&#62;I'm using Adobe/Typekit, one assumes the placing and format for any font-family CSS3 would be the same as for Google fonts? &#60;/p&#62;
&#60;p&#62;Wonder if at some point in the Themify Styling panel the pull down menus for heading and body fonts might include (show up) in the menus once they were added to the Custom CSS or custom_style.css if they are written and placed properly?&#60;/p&#62;
&#60;p&#62;Mark (SFesthetik)
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Nick @ Themify on "Custom font @font-face tutorial"</title>
			<link>http://themify.me/forum/topic.php?id=2112#post-9917</link>
			<pubDate>Mon, 23 Jan 2012 22:49:09 +0000</pubDate>
			<dc:creator>Nick @ Themify</dc:creator>
			<guid isPermaLink="false">9917@http://themify.me/forum/</guid>
			<description>&#60;p&#62;To add Google fonts, we have this tutorial: &#60;a href=&#34;http://themify.me/docs/google-fonts&#34; rel=&#34;nofollow&#34;&#62;http://themify.me/docs/google-fonts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To add custom fonts, here are the steps:&#60;br /&#62;
1. Convert the font that you want to use at: &#60;a href=&#34;http://www.fontsquirrel.com/fontface/generator&#34; rel=&#34;nofollow&#34;&#62;http://www.fontsquirrel.com/fontface/generator&#60;/a&#62; or &#60;a href=&#34;http://fontface.codeandmore.com&#34; rel=&#34;nofollow&#34;&#62;http://fontface.codeandmore.com&#60;/a&#62;&#60;br /&#62;
2. Follow this tutorial to include the font in your CSS (it can be included in Themify &#38;gt; Styling &#38;gt; Custom CSS or custom_style.css): &#60;a href=&#34;http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax&#34; rel=&#34;nofollow&#34;&#62;http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax&#60;/a&#62;&#60;br /&#62;
3. Specify the elements where you want to apply the custom font. Example:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle {
font-family: &#38;quot;Custom Font Name&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;UPDATE:&#60;br /&#62;
Please refer to this tutorial for more details: &#60;a href=&#34;http://themify.me/docs/custom-font-face&#34; rel=&#34;nofollow&#34;&#62;http://themify.me/docs/custom-font-face&#60;/a&#62;
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
