<?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>Custom web font not accepted by Revolution Slider? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 01:06:22 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46005</guid>
					<title><![CDATA[Custom web font not accepted by Revolution Slider?]]></title>
					<link>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46005</link>
					<pubDate>Mon, 19 May 2014 14:29:34 +0000</pubDate>
					<dc:creator>Kaz v</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Guys,</p>
<p>I&#8217;ve implemented a full screen home page slide above the masthead. On top of it I&#8217;ve placed a layer for which I&#8217;ve set the font to &#8220;Daniel&#8221;.</p>
<p>Steps taken:</p>
<p>1. Downloaded free web font &#8220;Daniel&#8221; from fontsquirrel.com and uploaded it to wp-includes/fonts/;<br />
2. Added the &#8220;@Font-face&#8221; code to child theme&#8217;s custom CSS;<br />
3. In the slide editor, switched to advanced editor, added &#8220;font-family: &#8216;daniel&#8217;; code;</p>
<p>Doesn&#8217;t work. I can of course just input the text in Illustrator, export it as an image and set it as an image layer, but I&#8217;d prefer to have the right font show up in the Revolution Slider.</p>
<p>Hope anyone has a solution 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46218</guid>
					<title><![CDATA[Reply To: Custom web font not accepted by Revolution Slider?]]></title>
					<link>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46218</link>
					<pubDate>Tue, 20 May 2014 02:51:13 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Kaz,</p>
<p>Can you give us the complete CSS code you used for the font?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46298</guid>
					<title><![CDATA[Reply To: Custom web font not accepted by Revolution Slider?]]></title>
					<link>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46298</link>
					<pubDate>Tue, 20 May 2014 07:05:36 +0000</pubDate>
					<dc:creator>Kaz v</dc:creator>

					<description>
						<![CDATA[
						<p>Sure. This is de code for the font-faces as added to the child theme&#8217;s CSS:</p>
<pre><code>/* ===== Daniel ===== */

@font-face{ 
	font-family: ‘daniel’;
	src: url(&#039;http://brandviews.nl//wp-includes/fonts/Daniel.ttf&#039;) format(&#039;truetype&#039;);
        font-weight: normal;
        font-style: normal;
}

@font-face{ 
	font-family: ‘daniel-bold’;
	src: url(&#039;http://brandviews.nl//wp-includes/fonts/Daniel-Bold.ttf&#039;) format(&#039;truetype&#039;);
        font-weight: 600;
        font-style: normal;
}

@font-face{ 
	font-family: ‘daniel-black’;
	src: url(&#039;http://brandviews.nl//wp-includes/fonts/Daniel-Black.otf&#039;) format(&#039;opentype&#039;);
        font-weight: 800;
        font-style: normal;
}

/* ===== Hurme ===== */

@font-face { 
	font-family: ‘hurme’;
	src: url(&#039;http://brandviews.nl/wp-includes/fonts/HurmeGeometricSans2.otf&#039;) format(&#039;opentype&#039;);
        font-weight: normal;
        font-style: normal;
}

@font-face { 
	font-family: ‘hurme’;
	src: url(&#039;http://brandviews.nl/wp-includes/fonts/HurmeGeometricSans2.otf&#039;) format(&#039;opentype&#039;);
        font-weight: 400;
        font-style: italic;
}</code></pre>
<p>And these are the stylings for the two layers I&#8217;ve added to the Revolution Slider:</p>
<pre><code>{
	font-size: 95px;
	font-family: &#039;daniel&#039;;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	text-shadow: none;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}</code></pre>
<pre><code>{
	font-size: 18px;
	font-weight: normal;
	font-family: &#039;hurme&#039;;
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	text-shadow: none;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}</code></pre>
<p>By the way, the Daniel font doesn&#8217;t get picked up by my Chromebook, but it does get displayed on my iMac. The Hurme font doesn&#8217;t get picked up by either OS/browser.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46570</guid>
					<title><![CDATA[Reply To: Custom web font not accepted by Revolution Slider?]]></title>
					<link>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46570</link>
					<pubDate>Tue, 20 May 2014 20:49:47 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>It looks like you have &#8220;smart quotes&#8221; that snuck in somehow. This could be affecting the browser&#8217;s ability to use the font. For example:</p>
<p><code>font-family: ‘hurme’;</code></p>
<p><code>font-family: &#039;hurme&#039;;</code></p>
<p>Take a look at this, and let us know if it makes a difference. If not, could you provide a link to the site so we can take a closer look at what&#8217;s going on?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46579</guid>
					<title><![CDATA[Reply To: Custom web font not accepted by Revolution Slider?]]></title>
					<link>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46579</link>
					<pubDate>Tue, 20 May 2014 21:11:33 +0000</pubDate>
					<dc:creator>Kaz v</dc:creator>

					<description>
						<![CDATA[
						<p>Yep, that&#8217;s exactly what happened. </p>
<p>Cause: I have the @font-face CSS codes as a Mac OS X&#8217;s Text Editor file so I can easily copy-paste them into new websites. Changed to smart quotes without me knowing 🙂</p>
<p>Thanks again guys; problem&#8217;s fixed!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46787</guid>
					<title><![CDATA[Reply To: Custom web font not accepted by Revolution Slider?]]></title>
					<link>https://theme.co/archive/forums/topic/custom-web-font-not-accepted-by-revolution-slider/#post-46787</link>
					<pubDate>Wed, 21 May 2014 10:15:49 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Kaz. Glad we could help.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

