From cb2619669820af572fad76efc3b1926ec44d41a1 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 2 May 2022 09:39:32 +0100
Subject: [PATCH] Remove unused google fonts patch

See issue #84.
---
 patches/themes/0187-twentysixteen.patch | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 patches/themes/0187-twentysixteen.patch

diff --git a/patches/themes/0187-twentysixteen.patch b/patches/themes/0187-twentysixteen.patch
deleted file mode 100644
index 2c9a359d..00000000
--- a/patches/themes/0187-twentysixteen.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/wp-content/themes/twentysixteen/functions.php b/wp-content/themes/twentysixteen/functions.php
-index c180b826..b63354eb 100644
---- app/wp-content/themes/twentysixteen/functions.php	2020-12-09 00:16:34.000000000 +0000
-+++ /tmp/functions.php	2021-04-15 15:59:34.490251743 +0100
-@@ -249,7 +249,7 @@
- function twentysixteen_resource_hints( $urls, $relation_type ) {
- 	if ( wp_style_is( 'twentysixteen-fonts', 'queue' ) && 'preconnect' === $relation_type ) {
- 		$urls[] = array(
--			'href' => 'https://fonts.gstatic.com',
-+			'href' => '',
- 			'crossorigin',
- 		);
- 	}
-@@ -350,7 +350,7 @@
- 					'subset'  => urlencode( $subsets ),
- 					'display' => urlencode( 'fallback' ),
- 				),
--				'https://fonts.googleapis.com/css'
-+				''
- 			);
- 		}
- 
-- 
GitLab