remove google font from template.html, and link to local
authorJérémy Lal <kapouer@melix.org>
Mon, 13 Jun 2022 07:11:34 +0000 (08:11 +0100)
committerJérémy Lal <kapouer@melix.org>
Mon, 13 Jun 2022 07:11:34 +0000 (08:11 +0100)
Last-Update: 2015-09-09
Forwarded: not-needed

===================================================================

Gbp-Pq: Topic dfsg
Gbp-Pq: Name privacy_breach.patch

doc/template.html

index 89dd2fbeac9e01ac723b1a4eb4fff005f64bd985..6805ff6d46c12a8c6c8d69219aba44bd9397781b 100644 (file)
@@ -5,10 +5,9 @@
   <meta name="viewport" content="width=device-width">
   <meta name="nodejs.org:node-version" content="__VERSION__">
   <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/hljs.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">