<?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: Google Fonts &amp; GDPR</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 12:24:22 +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/google-fonts-gdpr/#post-32881</guid>
					<title><![CDATA[Google Fonts &amp; GDPR]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32881</link>
					<pubDate>Fri, 11 May 2018 09:21:01 +0000</pubDate>
					<dc:creator>markenfrische</dc:creator>

					<description>
						<![CDATA[
						<p>Hi folks,<br />
any idea how to locally install Google Fonts and delete all connections to Google concerning fonts? GDPR doesn&#8217;t like typography <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /><br />
Thanks,<br />
Andreas</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32883</guid>
					<title><![CDATA[Reply To: Google Fonts &amp; GDPR]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32883</link>
					<pubDate>Fri, 11 May 2018 10:43:49 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You could download the files from Google and add them locally somewhere on your site, then you can include them in your child theme via &#8220;@font-face&#8221;. To download them check your HTML Code (CTRL+U), then find google font occurrences, for example something like this:</p>
<p><a href="http://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%7CMontserrat%3A300%2C400%2C500%2C600&#038;ver=1.0.0" rel="nofollow">http://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%7CMontserrat%3A300%2C400%2C500%2C600&#038;ver=1.0.0</a></p>
<p>When you open this you will see how the fonts are included from Google&#8217;s repo! <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/google-fonts-gdpr/#post-32884</guid>
					<title><![CDATA[Reply To: Google Fonts &amp; GDPR]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32884</link>
					<pubDate>Fri, 11 May 2018 13:09:32 +0000</pubDate>
					<dc:creator>markenfrische</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, thanks. And ow to remove Google fonts completely from the theme? Installed the fonts locally but network analysis still shows traffic to fonts.gstatic.com&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32885</guid>
					<title><![CDATA[Reply To: Google Fonts &amp; GDPR]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32885</link>
					<pubDate>Fri, 11 May 2018 13:58:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Find this line in your functions.php and comment it out:</p>
<p><code>add_action( &#039;wp_enqueue_scripts&#039;, &#039;boc_add_default_fonts&#039; );</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32886</guid>
					<title><![CDATA[Reply To: Google Fonts &amp; GDPR]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32886</link>
					<pubDate>Fri, 11 May 2018 15:05:33 +0000</pubDate>
					<dc:creator>markenfrische</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks!</p>
<p>Note to myself: Don&#8217;t forget this on the next theme update <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" />  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32888</guid>
					<title><![CDATA[Reply To: Google Fonts &amp; GDPR]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/google-fonts-gdpr/#post-32888</link>
					<pubDate>Mon, 14 May 2018 06:34:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Well you can alternatively try to remove the action in your Child theme <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
<p><a href="https://wordpress.stackexchange.com/questions/189062/remove-parent-theme-action-in-child" rel="nofollow">https://wordpress.stackexchange.com/questions/189062/remove-parent-theme-action-in-child</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

