<?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 a font style &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/adding-a-font-style/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/adding-a-font-style/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 08 Nov 2025 08:39:45 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155926</guid>
					<title><![CDATA[Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155926</link>
					<pubDate>Mon, 01 Dec 2014 16:07:57 +0000</pubDate>
					<dc:creator>CarlHalesDavies</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, is it possible for me to add a new font style in please?</p>
<p>I would like to use this font:</p>
<p><a href="http://www.dafont.com/velocity.font" rel="nofollow">http://www.dafont.com/velocity.font</a></p>
<p>For my logo.</p>
<p>Can I do that?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155930</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155930</link>
					<pubDate>Mon, 01 Dec 2014 16:19:30 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please download font file,extract zip file,it gives a font with <strong>.ttf</strong> format,go to <a href="http://everythingfonts.com/" rel="nofollow">http://everythingfonts.com/</a> and convert <strong>.eot</strong> and <strong>.woff</strong> formats  ,now put these three formats inside a folder in your theme or child theme .<br />
Then add this code in <strong>Customize -&gt; Custom -&gt; CSS</strong>:</p>
<pre><code> @font-face {
    font-family: &#039;velocity-font&#039;;
    src: url(&#039;exact url to fonts folder/velocity-font.eot&#039;);
    src: url(&#039;exact url to fonts folder/velocity-font.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;),
         url(&#039;exact url to fonts folder/velocity-font.woff&#039;) format(&#039;woff&#039;),
         url(&#039;exact url to fonts folder/velocity-font.ttf&#039;) format(&#039;truetype&#039;),
         url(&#039;exact url to fonts folder/velocity-font.svg#Sri-TSCRegular&#039;) format(&#039;svg&#039;);
    font-weight: normal;
    font-style: normal;
   }
.x-brand.text{
font-family: &#039;velocity-font&#039;;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155959</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155959</link>
					<pubDate>Mon, 01 Dec 2014 16:59:16 +0000</pubDate>
					<dc:creator>CarlHalesDavies</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for that, I went to the page to convert.</p>
<p>and has these 3 links:</p>
<p> otf2ttf  otf2woff  ttf2apk</p>
<p>I only have a ttf font file.</p>
<p>So cant convert my .ttf to .woff as i need it in .otf first or something. also cant find anything to convert it to .eot</p>
<p>Please help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155965</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155965</link>
					<pubDate>Mon, 01 Dec 2014 17:07:22 +0000</pubDate>
					<dc:creator>CarlHalesDavies</dc:creator>

					<description>
						<![CDATA[
						<p>Have now sorted it I think 🙂</p>
<p>I have added this in to the custom css:<br />
 @font-face {<br />
    font-family: &#8216;velocity-font&#8217;;<br />
    src: url(&#8216;<a href="http://www.carlhalesdavies.com/velocity-font.eot&#038;#8217" rel="nofollow">http://www.carlhalesdavies.com/velocity-font.eot&#038;#8217</a>;);<br />
    src: url(&#8216;<a href="http://www.carlhalesdavies.com/velocity-font.eot?#iefix&#038;#8217" rel="nofollow">http://www.carlhalesdavies.com/velocity-font.eot?#iefix&#038;#8217</a>;) format(&#8217;embedded-opentype&#8217;),<br />
         url(&#8216;<a href="http://www.carlhalesdavies.com/velocity-font.woff&#038;#8217" rel="nofollow">http://www.carlhalesdavies.com/velocity-font.woff&#038;#8217</a>;) format(&#8216;woff&#8217;),<br />
         url(&#8216;<a href="http://www.carlhalesdavies.com/velocity-font.ttf&#038;#8217" rel="nofollow">http://www.carlhalesdavies.com/velocity-font.ttf&#038;#8217</a>;) format(&#8216;truetype&#8217;),<br />
         url(&#8216;<a href="http://www.carlhalesdavies.com/velocity-font.svg#Sri-TSCRegular&#038;#8217" rel="nofollow">http://www.carlhalesdavies.com/velocity-font.svg#Sri-TSCRegular&#038;#8217</a>;) format(&#8216;svg&#8217;);<br />
    font-weight: normal;<br />
    font-style: normal;<br />
   }<br />
.x-brand.text{<br />
font-family: &#8216;velocity-font&#8217;;<br />
}</p>
<p>I have added 4 file formats for the font:<br />
ttf, eot, woff, svg</p>
<p>Looks like it has worked, although the text doesnt look that smooth, looks it little distorted. please have a look here:</p>
<p><a href="http://www.carlhalesdavies.com/" rel="nofollow">http://www.carlhalesdavies.com/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155966</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-155966</link>
					<pubDate>Mon, 01 Dec 2014 17:10:44 +0000</pubDate>
					<dc:creator>CarlHalesDavies</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156008</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156008</link>
					<pubDate>Mon, 01 Dec 2014 18:36:12 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>It is simply because your text and button won&#8217;t fit inline horizontally,</p>
<p>You can try adding this code below in CUstomizer &gt; Custom &gt; CSS</p>
<pre><code>@media (max-width: 450px) {	
 	.x-brand.text {
  		font-size: 35px;
  		margin-top: 30px;
	 }
}</code></pre>
<p>Hope that helps,</p>
<p>Have a great day</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156381</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156381</link>
					<pubDate>Tue, 02 Dec 2014 09:17:26 +0000</pubDate>
					<dc:creator>CarlHalesDavies</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, that does not seem to have fixed the problem though 🙁</p>
<p>I have now putting in image for my logo. which has made it look better.</p>
<p>But now on the mobile side of it, there is a white line underneath the orange background of the header/logo area. and part of my logo goes on to that.</p>
<p>How can I make it so, that orange background, goes flush to the image I have underneath it please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156391</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156391</link>
					<pubDate>Tue, 02 Dec 2014 09:38:21 +0000</pubDate>
					<dc:creator>CarlHalesDavies</dc:creator>

					<description>
						<![CDATA[
						<p>never mind, i have fixed that now 🙂</p>
<p>sorry to be a pain 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156465</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-156465</link>
					<pubDate>Tue, 02 Dec 2014 12:15:39 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Glad you were able to figure it out 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-a-font-style/#post-175436</guid>
					<title><![CDATA[Reply To: Adding a font style]]></title>
					<link>https://theme.co/archive/forums/topic/adding-a-font-style/#post-175436</link>
					<pubDate>Sat, 03 Jan 2015 01:53:06 +0000</pubDate>
					<dc:creator>Bergeboy</dc:creator>

					<description>
						<![CDATA[
						<p>I am having trouble figuring it out :/ I was wondering if you would be able to look at my code and let me know if there is something that you see wrong?</p>
<p>@font-face {<br />
font-family: ‘Champagne and Limousines’;<br />
src: url(‘http://www.cimarronart.com/champ.eot’);<br />
src: url(‘http://www.cimarronart.com/champ.eot?#iefix’) format(‘embedded-opentype’),<br />
url(‘http://www.cimarronart.com/champ.woff’) format(‘woff’),<br />
url(‘http://www.cimarronart.com/champ.ttf’) format(‘truetype’),<br />
url(‘http://www.cimarronart.com/champ.svg#Sri-TSCRegular’) format(‘svg’);<br />
font-weight: normal;<br />
font-style: normal;<br />
}</p>
<p>.x-brand.text { font-family: ‘Champagne and Limousines’; }<br />
body { font-family: ‘Champagne and Limousines’; }<br />
p { font-family: ‘Champagne and Limousines’; }</p>
<p>I am trying to make it so that all the body text is Champagne and Limousines. However it for some reason it is not picking up the font&#8230;</p>
<p>Am I doing something wrong with the code? I downloaded the ttf file and converted to eot, woff, and svg. Then I uploaded it to the main directory. </p>
<p>Thanks a million!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

