<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Help finding Selectors</title>
		<link>http://en.forums.wordpress.com/topic/help-finding-selectors</link>
		<description>WordPress.com Forums &#187; Topic: Help finding Selectors</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 22:40:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/help-finding-selectors" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Help finding Selectors"</title>
			<link>http://en.forums.wordpress.com/topic/help-finding-selectors#post-1037768</link>
			<pubDate>Thu, 11 Oct 2012 21:20:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1037768@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I need all the visible text to be ( a similar thing to Helvetica)</p></blockquote>
<p>I checked your blog and I found that you have selected the FF Dagny font for all of your fonts on the Appearance &#8594; Custom Design &#8594; Fonts page.</p>
<p>If you were to switch back to the advanced fonts mode (the one where you have to enter your Typekit Kit ID), then I would recommend looking at the original theme stylesheet to find all of the selectors the theme uses to set fonts. You'll want to use those same selectors in the editor over at Typekit.com.</p>
<p>Here is the original stylesheet link for the Forever theme in case you still need it:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/forever/style.css?m=1344521605g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/forever/style.css?m=1344521605g&#038;minify=false</a></p>
<p>Note that using the CSS Editor would be another alternative if you wanted to actually switch to Helvetica. You could do something like this:</p>
<pre><code>body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
#site-title,
#site-description,
.recent-post .entry-meta,
.page-title,
.entry-header .entry-meta,
footer.entry-meta,
#comments-title,
.comment-meta,
#reply-title,
.widget-title,
#main div.sharedaddy h3.sd-title {
	font-family: Helvetica, sans-serif;
}</code></pre>
<p>Those are all the selectors from the stylesheet I linked above that have "font-family" set for them.
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "Help finding Selectors"</title>
			<link>http://en.forums.wordpress.com/topic/help-finding-selectors#post-1030665</link>
			<pubDate>Fri, 05 Oct 2012 12:58:04 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">1030665@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You should be able to modify your Typekit selections on your own Dashboard (go to Dashboard / Appearance / Custom Design / Fonts).</p>
<p>Does that answer your question?
</p>
]]></description>
					</item>
		<item>
			<title>sharamnamdarian on "Help finding Selectors"</title>
			<link>http://en.forums.wordpress.com/topic/help-finding-selectors#post-1029586</link>
			<pubDate>Thu, 04 Oct 2012 02:05:27 +0000</pubDate>
			<dc:creator>sharamnamdarian</dc:creator>
			<guid isPermaLink="false">1029586@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am having problems finding selectors on my page.</p>
<p>I have purchased the Customisation Upgrade and have successfully added my Typekit ID, unfortunately I do not know what 'selectors' I need. I have picked one font, in which I need all the visible text to be ( a similar thing to Helvetica) and do not know which selectors to use in my Typekit Editor.</p>
<p>The page is <a href="http://tedxlittlelonsdalestwomen.com/" rel="nofollow">http://tedxlittlelonsdalestwomen.com/</a></p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
