<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Adding Custom Font to Theme Customizer &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 16 Oct 2025 13:44:40 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-184017</guid>
					<title><![CDATA[Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-184017</link>
					<pubDate>Thu, 15 Jan 2015 22:45:13 +0000</pubDate>
					<dc:creator>Tuna T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi All,</p>
<p>Whats the best practice for adding a new font-family to the Theme Customizer? </p>
<p>Mike</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-184533</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-184533</link>
					<pubDate>Fri, 16 Jan 2015 16:48:22 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! Follow the steps described below to add any custom fonts to your theme using @font-face.</p>
<p><strong>Step 1: </strong> First you need to convert the fonts (eg. TTF or OTF format) that you have to use with @font-face. Use one of the following tools: <a href="http://fontface.codeandmore.com" rel="nofollow">http://fontface.codeandmore.com</a> or <a href="http://www.fontsquirrel.com/fontface/generator" rel="nofollow">http://www.fontsquirrel.com/fontface/generator</a> to generate the fonts.</p>
<p><strong>Step 2:</strong> Download the generated zip and you should have the following font formats: .eot, .svg, .ttf and .woff. Upload those font files to your server (ie. create a &#8216;fonts&#8217; under your root folder or &#8216;wp-content&#8217; folder).</p>
<p><strong>Step 3:</strong> Now you need to specify the font in your CSS. The CSS can be added via <strong>Customizer &gt; Custom &gt; CSS</strong> or creating custom.css file in theme folder: </p>
<pre><code>
@font-face {
    font-family: &#039;FontName&#039;;
    src: url(&#039;http://yoursite.com/fonts/fontname.eot&#039;);
    src: url(&#039;http://yoursite.com/fonts/fontname.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;),
        url(&#039;http://yoursite.com/fonts/fontname.woff&#039;) format(&#039;woff&#039;),
        url(&#039;http://yoursite.com/fonts/fontname.ttf&#039;) format(&#039;truetype&#039;),
        url(&#039;http://yoursite.com/fonts/fontname.svg#fontname&#039;) format(&#039;svg&#039;);
}
</code></pre>
<p><strong>Now you may specify which elements to apply the custom font.</strong></p>
<pre><code>
h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle {
    font-family: &quot;FontName&quot;;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-184764</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-184764</link>
					<pubDate>Fri, 16 Jan 2015 23:07:58 +0000</pubDate>
					<dc:creator>Tuna T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support. 🙂</p>
<p>We know we can do it via CSS, but we&#8217;d prefer to choose an option in the theme customizer.  We want to add common web safe fonts like georgia or lucida grande to the theme customizer.</p>
<p>We put a new fonts.php in our child theme but that didnt work.</p>
<p>It would be awesome if there was a filter to do this.</p>
<p>Mike</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-185414</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-185414</link>
					<pubDate>Sun, 18 Jan 2015 09:27:34 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Mike,</p>
<p>Further customization from here would be getting into custom development, which is outside the scope of support we can offer. We certainly appreciate the feedback! This is something we can add to our list of feature requests.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-186264</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-186264</link>
					<pubDate>Mon, 19 Jan 2015 16:38:21 +0000</pubDate>
					<dc:creator>Tuna T</dc:creator>

					<description>
						<![CDATA[
						<p>It would be a great filter to have. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-186610</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-186610</link>
					<pubDate>Tue, 20 Jan 2015 07:26:43 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your feedback Tuna. I&#8217;ll send this to our development team and they might include this in a future release.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-286512</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-286512</link>
					<pubDate>Sat, 30 May 2015 05:32:03 +0000</pubDate>
					<dc:creator>Chris in Tokyo</dc:creator>

					<description>
						<![CDATA[
						<p>This is fantastic!  It was so easy to add a custom font.  Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-287133</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-287133</link>
					<pubDate>Sun, 31 May 2015 01:20:27 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. We&#8217;re glad you liked it. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-288753</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-288753</link>
					<pubDate>Mon, 01 Jun 2015 16:26:32 +0000</pubDate>
					<dc:creator>hipneck</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d also love to see X get a button that allows you to upload the web font kit of your choice to the list so all the options are easy to use from Cornerstone, and not something you have to dive into coding to achieve. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-289318</guid>
					<title><![CDATA[Reply To: Adding Custom Font to Theme Customizer]]></title>
					<link>https://theme.co/archive/forums/topic/adding-custom-font-to-theme-customizer/#post-289318</link>
					<pubDate>Tue, 02 Jun 2015 03:03:19 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your feedback. I&#8217;ll pass that along as feature request to our development team. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

