<?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 Fonts &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/adding-fonts/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/adding-fonts/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 14:57:11 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-78623</guid>
					<title><![CDATA[Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-78623</link>
					<pubDate>Wed, 06 Aug 2014 03:00:45 +0000</pubDate>
					<dc:creator>Anthony T</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>How do I add a custom font? I have the font files on my PC and would like to use them on the site.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-78625</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-78625</link>
					<pubDate>Wed, 06 Aug 2014 03:12:43 +0000</pubDate>
					<dc:creator>Houston</dc:creator>

					<description>
						<![CDATA[
						<p>Not sure if this will help, but I did this once using this method.<br />
<a href="http://stackoverflow.com/questions/7961721/how-do-i-install-a-custom-font-on-an-html-site" rel="nofollow">http://stackoverflow.com/questions/7961721/how-do-i-install-a-custom-font-on-an-html-site</a></p>
<p>Good Luck. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-78776</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-78776</link>
					<pubDate>Wed, 06 Aug 2014 12:43:24 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Anthony,</p>
<p>First To make your font compatible to most browsers you may convert your font in <a href="http://www.font2web.com/" rel="nofollow">http://www.font2web.com/</a><br />
download the files and upload them to fonts folder in your theme directory</p>
<p>To do it in X put these line of codes in customizer &gt;custom &gt;css .</p>
<pre><code>
@font-face {
    font-family: &#039;myFirstFont&#039;; 
    src: url(&#039;http://www.yoursite.com/fonts/webfont.eot&#039;);
    src: url(&#039;http://www.yoursite.com/fonts/webfont.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;),
         url(&#039;http://www.yoursite.com/fonts/webfont.woff&#039;) format(&#039;woff&#039;),
         url(&#039;http://www.yoursite.com/fonts/webfont.ttf&#039;) format(&#039;truetype&#039;),
         url(&#039;http://www.yoursite.com/fonts/webfont.svg#webfontitalic&#039;) format(&#039;svg&#039;);
    font-weight: normal;
    font-style: normal;
}
</code></pre>
<p>Don&#8217;t forget to change the url and font filename.</p>
<p>You can then use the font like this</p>
<pre><code>
div {
    font-family: myFirstFont;
}
</code></pre>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-79848</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-79848</link>
					<pubDate>Thu, 07 Aug 2014 16:31:29 +0000</pubDate>
					<dc:creator>Anthony T</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks!!! I&#8217;ll try it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-79864</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-79864</link>
					<pubDate>Thu, 07 Aug 2014 17:06:11 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help. 🙂 Have a nice day. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-180262</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-180262</link>
					<pubDate>Sat, 10 Jan 2015 10:28:21 +0000</pubDate>
					<dc:creator>Andy F</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, I am trying to add a custom font to the X theme. I am using Ethos 1. I have added the various web fonts to my server and copied the code above to the custom CSS section in customizer and added the links to the files where appropriate. </p>
<p>However I can&#8217;t see the font in the typography dropdown which is where I want it to be. I want to use my new font for the logo and headings so I need it to be added in the typography dropdown. Is this possible using the process above or do I need to do something different.</p>
<p>Thanks in advance.</p>
<p>Andy</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-180532</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-180532</link>
					<pubDate>Sun, 11 Jan 2015 02:30:30 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Andy,</p>
<p>Thanks for posting in.</p>
<p>Font dropdown selection is just for google fonts. The selection pulls font from google then generate styling for the theme. Like styling for head lines, logo, text, and etc.</p>
<p>And since you&#8217;re using custom font, you will have to add your own styling for head lines, logo, text, and etc.</p>
<p>Eg. <code>h1.entry-title { font-family : &#039;myFirstFont&#039;; }</code></p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-180723</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-180723</link>
					<pubDate>Sun, 11 Jan 2015 13:58:39 +0000</pubDate>
					<dc:creator>Andy F</dc:creator>

					<description>
						<![CDATA[
						<p>Ok thanks, I&#8217;ll give it a go.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-180985</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-180985</link>
					<pubDate>Mon, 12 Jan 2015 05:16:36 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Andy.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-fonts/#post-283884</guid>
					<title><![CDATA[Reply To: Adding Fonts]]></title>
					<link>https://theme.co/archive/forums/topic/adding-fonts/#post-283884</link>
					<pubDate>Thu, 28 May 2015 03:26:16 +0000</pubDate>
					<dc:creator>peterjitg@yahoo.com</dc:creator>

					<description>
						<![CDATA[
						<p>If I may push this post up, I&#8217;m dealing with the same issue, I&#8217;ve done everything as instructed above but my title font still does not change. Here&#8217;s my code:</p>
<pre><code>@font-face {
    font-family: &#039;museo&#039;; 
    src: url(&#039;http://www.samsungupdate.com/testserver/wp-content/themes/x/framework/fonts/museo/exljbris - MuseoSlab-300.eot&#039;);
    src: url(&#039;http://www.samsungupdate.com/testserver/wp-content/themes/x/framework/fonts/museo/exljbris - MuseoSlab-300.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;),
         url(&#039;http://www.samsungupdate.com/testserver/wp-content/themes/x/framework/fonts/museo/exljbris - MuseoSlab-300.woff&#039;) format(&#039;woff&#039;),
         url(&#039;http://www.samsungupdate.com/testserver/wp-content/themes/x/framework/fonts/museo/exljbris - MuseoSlab-300.ttf&#039;) format(&#039;truetype&#039;),
         url(&#039;http://www.samsungupdate.com/testserver/wp-content/themes/x/framework/fonts/museo/exljbris - MuseoSlab-300.svg#webfontitalic&#039;) format(&#039;svg&#039;);
    font-weight: normal;
    font-style: normal;
}</code></pre>
<p>Then below, I assigned it like this:</p>
<pre><code>.entry-title {
  line-height: 1.4;
  font-family : &#039;museo&#039;;
}</code></pre>
<p>However, it still does not work. Am I missing something? Please help.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

