<?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>BlueOwlCreative  &#187;  Topic: Different / Custom Font for Second Language</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 07:38:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33288</guid>
					<title><![CDATA[Different / Custom Font for Second Language]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33288</link>
					<pubDate>Wed, 17 Oct 2018 08:02:44 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I want the arabic version of the site to use the below font and the english version to use the default font used in the theme options, how do i accomplish this ?</p>
<p>The font is here</p>
<p><a href="https://fontlibrary.org/it/font/droid-arabic-kufi" rel="nofollow">https://fontlibrary.org/it/font/droid-arabic-kufi</a></p>
<p>(Note &#8211; I am using this font currently using a plugin but the plugin also changes the english font to this)</p>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33289</guid>
					<title><![CDATA[Reply To: Different / Custom Font for Second Language]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33289</link>
					<pubDate>Wed, 17 Oct 2018 08:23:52 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You would have to load the font and it&#8217;s CSS only in the RTL version. The plugin you are using should support this, I would ask its developers. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33292</guid>
					<title><![CDATA[Reply To: Different / Custom Font for Second Language]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33292</link>
					<pubDate>Sat, 20 Oct 2018 06:19:12 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I deleted the plugin.. it was useless..</p>
<p>I am using WPML now and they asked to add the below to header.php</p>
<pre><code>&lt;?php if(ICL_LANGUAGE_CODE == &#039;ar&#039;){ ?&gt;
&lt;?php
   
wp_enqueue_style(
    &#039;fonts-for-arabic&#039;,
    get_template_directory_uri() . &#039;/css/fonts-for-arabic.css&#039;,
    array( &#039;my-fonts-for-arabic&#039; ),
    null,
);
   
?&gt;
&lt;?php } ?&gt; </code></pre>
<p>Problem 1 &#8211; When i add it, it gives a fatal error..</p>
<p>Question 2 &#8211; How do i call the arabic font in the RTL version only..?</p>
<p>Please help, i am desperate ..</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33293</guid>
					<title><![CDATA[Reply To: Different / Custom Font for Second Language]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33293</link>
					<pubDate>Sat, 20 Oct 2018 06:40:10 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Update &#8211; I think I have fixed a majority with custom css, last 2 issues remain..</p>
<p>1) The menu font isnt changing<br />
2) The button fonts isnt changing as well.</p>
<p>I have used code like for ex..</p>
<p>html[lang="ar"]<br />
h1, html[lang="ar"] .heading_font, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6, html[lang="ar"] body {<br />
font-family: &#8220;droid_arabic_kufi&#8221;, serif;}</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33294</guid>
					<title><![CDATA[Reply To: Different / Custom Font for Second Language]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33294</link>
					<pubDate>Sat, 20 Oct 2018 06:53:58 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry for all the questions, fixed it myself ..</p>
<p>thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33296</guid>
					<title><![CDATA[Reply To: Different / Custom Font for Second Language]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/different-custom-font-for-second-language/#post-33296</link>
					<pubDate>Mon, 22 Oct 2018 07:35:13 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Great job! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

