remove google font from template.html, and link to local
authorJérémy Lal <kapouer@melix.org>
Sat, 8 Aug 2020 12:09:43 +0000 (13:09 +0100)
committerJérémy Lal <kapouer@melix.org>
Sat, 8 Aug 2020 12:09:43 +0000 (13:09 +0100)
Last-Update: 2015-09-09
Forwarded: not-needed

Gbp-Pq: Name privacy_breach.patch

doc/template.html

index 2f330a41718af2ce814417c98665bee370230bc7..60cc108de783577708dd56f7f2faa27c5ddae206 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/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">