remove google font from template.html, and link to local
authorJérémy Lal <kapouer@melix.org>
Wed, 11 May 2022 09:02:01 +0000 (10:02 +0100)
committerJérémy Lal <kapouer@melix.org>
Wed, 11 May 2022 09:02:01 +0000 (10:02 +0100)
Last-Update: 2015-09-09
Forwarded: not-needed

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

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

doc/template.html

index 5e70b6054e080b042a766009e44596bd599a1b80..9732e10fd9255b92ced6b2d98945e32dc4e30144 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">