<?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 my own self-hosted Webfonts that aren&#039;t Google Fonts &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 16 Oct 2025 11:35:53 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239329</guid>
					<title><![CDATA[Adding my own self-hosted Webfonts that aren&#039;t Google Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239329</link>
					<pubDate>Tue, 31 Mar 2015 21:26:51 +0000</pubDate>
					<dc:creator>Christopher Walag</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, I was wondering about adding my own self-hosted fonts to my X WordPress site.</p>
<p>I&#8217;m using @font-face.<br />
I have four web fonts generated and the stylesheet.css ready, and they are all uploaded to my server in my Fonts folder via FTP. Now I&#8217;m wondering how I should actually include them in my site with my X-theme using CSS. They aren&#8217;t Google Fonts so I don&#8217;t really know how to go about what to put where in the CSS of the theme.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239430</guid>
					<title><![CDATA[Reply To: Adding my own self-hosted Webfonts that aren&#039;t Google Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239430</link>
					<pubDate>Tue, 31 Mar 2015 23:53:41 +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. Sample code:</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-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239463</guid>
					<title><![CDATA[Reply To: Adding my own self-hosted Webfonts that aren&#039;t Google Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239463</link>
					<pubDate>Wed, 01 Apr 2015 01:04:14 +0000</pubDate>
					<dc:creator>Christopher Walag</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239588</guid>
					<title><![CDATA[Reply To: Adding my own self-hosted Webfonts that aren&#039;t Google Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-my-own-self-hosted-webfonts-that-arent-google-fonts/#post-239588</link>
					<pubDate>Wed, 01 Apr 2015 06:39:49 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please change your code to :</p>
<pre><code>h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle {
    font-family: &#039;ostrich_sanscondensed_light&#039;;
}</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

