I uploaded the used google fonts to the webserver and added the necessary CSS font-face lines to load the google fonts localy from the webserver.

BUT - in the header of the html pages is still a link to googleapis.com and I can't figure where it's coming from.

here's the beginning of the html:

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="https://sv-haase.com/sites/svhaase/themes/svhaase/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="generator" content="Drupal 7 (https://www.drupal.org)" />
<link rel="canonical" href="https://sv-haase.com/" />
<link rel="shortlink" href="https://sv-haase.com/" />
  
  <title>Sachverständigenbüro Haase |</title>
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
  <style type="text/css" media="all">

Has anyone an idea where it is coming from and especially how to get rid of it?

I search the complete webroot and database for the string googleapis but couldn't find any reference.

Thanks