<?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>I need to use Helvetica, Helvetica Light, and Helvetica Neue fonts in my website. &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/i-need-to-use-helvetica-helvetica-light-and-helvetica-neue-fonts-in-my-website/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/i-need-to-use-helvetica-helvetica-light-and-helvetica-neue-fonts-in-my-website/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 05:21:57 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/i-need-to-use-helvetica-helvetica-light-and-helvetica-neue-fonts-in-my-website/#post-228750</guid>
					<title><![CDATA[I need to use Helvetica, Helvetica Light, and Helvetica Neue fonts in my website.]]></title>
					<link>https://theme.co/archive/forums/topic/i-need-to-use-helvetica-helvetica-light-and-helvetica-neue-fonts-in-my-website/#post-228750</link>
					<pubDate>Tue, 17 Mar 2015 00:48:40 +0000</pubDate>
					<dc:creator>VGonzaloMartinez</dc:creator>

					<description>
						<![CDATA[
						<p>I need to use Helvetica, Helvetica Light, and Helvetica Neue fonts, how can I use the these fonts as these are not available from the google&#8217;s font library? It is important to maintain continuity with our existing complain identity guidelines.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/i-need-to-use-helvetica-helvetica-light-and-helvetica-neue-fonts-in-my-website/#post-228919</guid>
					<title><![CDATA[Reply To: I need to use Helvetica, Helvetica Light, and Helvetica Neue fonts in my website.]]></title>
					<link>https://theme.co/archive/forums/topic/i-need-to-use-helvetica-helvetica-light-and-helvetica-neue-fonts-in-my-website/#post-228919</link>
					<pubDate>Tue, 17 Mar 2015 07:16:44 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for posting in!</p>
<p>You can use Helvetica by uploading your helvetica font in your x theme fonts, wp-content/themes/x-child/fonts/ folder. You need to have the font files in the theme so that it will properly display the font in ordinary user who doesn&#8217;t have Helvetica font installed in his computer. You might want to check out this article about helvetica, <a href="http://stackoverflow.com/a/12070373" target="_blank" rel="nofollow">http://stackoverflow.com/a/12070373</a></p>
<p>We highly recommend that you use a <a href="https://theme.co/x/member/kb/how-to-setup-child-themes/" rel="nofollow">child theme</a>. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please add the code like the example below in your child theme&#8217;s style.css</p>
<pre><code>@font-face {
  	font-family: &#039;Helvetica&#039;;
  	src: url(&#039;fonts/Helvetica/Helvetica.eot&#039;);
	  src: url(&#039;fonts/Helvetica/Helvetica.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;),
       url(&#039;fonts/Helvetica/Helvetica.woff2&#039;) format(&#039;woff2&#039;),
       url(&#039;fonts/Helvetica/Helvetica.woff&#039;) format(&#039;woff&#039;),
       url(&#039;fonts/Helvetica/Helvetica.ttf&#039;) format(&#039;truetype&#039;),
       url(&#039;fonts/Helvetica/Helvetica.svg#wf&#039;) format(&#039;svg&#039;);
}

body {
   font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Lucida Grande&quot;, sans-serif; 
   font-weight: 300;
}</code></pre>
<p>The actual code might change depending on the font names and font directory path you might have.</p>
<p>Please let us know how it goes.</p>
<p>Cheers,<br />
X</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

