remove google font from template.html, and link to local
authorJérémy Lal <kapouer@melix.org>
Wed, 22 Jul 2020 08:36:58 +0000 (09:36 +0100)
committerJérémy Lal <kapouer@melix.org>
Wed, 22 Jul 2020 08:36:58 +0000 (09:36 +0100)
Last-Update: 2015-09-09
Forwarded: not-needed

Gbp-Pq: Name privacy_breach.patch

doc/template.html

index eeb54ee5fdd371ace26f661552c40f41c1f3135d..19d60e8b060920749310cd25c5e9541c1eff6af5 100644 (file)
@@ -4,10 +4,9 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width">
   <title>__SECTION__ | Node.js __VERSION__ Documentation</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=fallback">
   <link rel="stylesheet" href="assets/style.css">
   <link rel="stylesheet" href="assets/sh.css">
-  <link rel="canonical" href="https://nodejs.org/api/__FILENAME__.html">
+  <link rel="canonical" href="__FILENAME__.html">
 </head>
 <body class="alt apidoc" id="api-section-__FILENAME__">
   <div id="content" class="clearfix">