<?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>Merriweather &#8211; Google font problem &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/merriweather-google-font-problem/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 03:36:01 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-219319</guid>
					<title><![CDATA[Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-219319</link>
					<pubDate>Tue, 03 Mar 2015 15:41:51 +0000</pubDate>
					<dc:creator>Szymon</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I&#8217;d like to use Merriweather as my main content font. However the google version doesn&#8217;t support Polish characters which is a major problem. I found that the Font Squirel version is ok and works well with Polish language. Is there a chance to use the font from ttf or otf file?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-219525</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-219525</link>
					<pubDate>Tue, 03 Mar 2015 20:59:35 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! Follow the steps described below to add any custom fonts to your theme using @font-face.</p>
<p><strong>Step 1: </strong> First you need to convert the fonts (eg. TTF or OTF format) that you have to use with @font-face. Use one of the following tools: <a href="http://fontface.codeandmore.com" rel="nofollow">http://fontface.codeandmore.com</a> or <a href="http://www.fontsquirrel.com/fontface/generator" rel="nofollow">http://www.fontsquirrel.com/fontface/generator</a> to generate the fonts.</p>
<p><strong>Step 2:</strong> Download the generated zip and you should have the following font formats: .eot, .svg, .ttf and .woff. Upload those font files to your server (ie. create a &#8216;fonts&#8217; under your root folder or &#8216;wp-content&#8217; folder).</p>
<p><strong>Step 3:</strong> Now you need to specify the font in your CSS. The CSS can be added via <strong>Customizer &gt; Custom &gt; CSS</strong> or creating custom.css file in theme folder: </p>
<pre><code>
@font-face {
    font-family: &#039;FontName&#039;;
    src: url(&#039;http://yoursite.com/fonts/fontname.eot&#039;);
    src: url(&#039;http://yoursite.com/fonts/fontname.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;),
        url(&#039;http://yoursite.com/fonts/fontname.woff&#039;) format(&#039;woff&#039;),
        url(&#039;http://yoursite.com/fonts/fontname.ttf&#039;) format(&#039;truetype&#039;),
        url(&#039;http://yoursite.com/fonts/fontname.svg#fontname&#039;) format(&#039;svg&#039;);
}
</code></pre>
<p><strong>Now you may specify which elements to apply the custom font. Sample code:</strong></p>
<pre><code>
h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle {
    font-family: &quot;FontName&quot;;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-222257</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-222257</link>
					<pubDate>Sat, 07 Mar 2015 15:19:40 +0000</pubDate>
					<dc:creator>Szymon</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-222463</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-222463</link>
					<pubDate>Sun, 08 Mar 2015 03:11:18 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-231906</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-231906</link>
					<pubDate>Fri, 20 Mar 2015 14:47:06 +0000</pubDate>
					<dc:creator>Nicolas Z</dc:creator>

					<description>
						<![CDATA[
						<p>I support,</p>
<p>I followed exactly this method, but the font appearing is not the one I upploaded but the previous one I tested. I can&#8217;t find from where it is coming from..</p>
<p>Thanks for your help !</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-231909</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-231909</link>
					<pubDate>Fri, 20 Mar 2015 14:47:58 +0000</pubDate>
					<dc:creator>Nicolas Z</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-231915</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-231915</link>
					<pubDate>Fri, 20 Mar 2015 14:59:21 +0000</pubDate>
					<dc:creator>Nicolas Z</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-232194</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-232194</link>
					<pubDate>Sat, 21 Mar 2015 01:54:37 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Nicolaz,</p>
<p>Upon checking your site, you have this code in your site:</p>
<pre><code>@font-face {
    font-family: &#039;KG&#039; !important;
    src: url(&#039;http://www.claudiaflorentina.com/wp-content/font/KGMullally.eot&#039;);
    src: url(&#039;http://www.claudiaflorentina.com/wp-content/font/KGMullally.eot?#iefix&#039;) format(&#039;embedded-opentype&#039;),
        url(&#039;http://www.claudiaflorentina.com/wp-content/font/KGMullally.woff&#039;) format(&#039;woff&#039;),
        url(&#039;http://www.claudiaflorentina.com/wp-content/font/KGMullally.ttf&#039;) format(&#039;truetype&#039;),
        url(&#039;http://www.claudiaflorentina.com/wp-content/font/KGMullally.svg#fontname&#039;) format(&#039;svg&#039;);
}

.x-navbar .x-nav-wrap .x-nav &gt; li &gt; a {
    font-family: &quot;KG&quot; !important;
    font-style: normal;
    font-weight: 400;
}</code></pre>
<p>You are using the font family &#8220;KG&#8221; and applied it to your main menu items. Please confirm if this is correct.<br />
<a href="http://prntscr.com/6jclcd" target="_blank" rel="nofollow">http://prntscr.com/6jclcd</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-233227</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-233227</link>
					<pubDate>Mon, 23 Mar 2015 07:37:33 +0000</pubDate>
					<dc:creator>Nicolas Z</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support,</p>
<p>Yes it&#8217;s correct !</p>
<p>Unfortunately, the main menu items change in Didot font and not KGMullally..</p>
<p>Thanks for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-233284</guid>
					<title><![CDATA[Reply To: Merriweather &#8211; Google font problem]]></title>
					<link>https://theme.co/archive/forums/topic/merriweather-google-font-problem/#post-233284</link>
					<pubDate>Mon, 23 Mar 2015 10:09:11 +0000</pubDate>
					<dc:creator>Nicolas Z</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support,</p>
<p>In fact the code works, I saw it on my client&#8217;s computer. But in fact, she doesn&#8217;t like this font, so it&#8217;s ok.<br />
I just have to understand why my laptop mixed the two.</p>
<p>See you soon,</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

