remove google font from template.html, and link to local
authorJérémy Lal <kapouer@melix.org>
Thu, 3 Apr 2025 21:21:02 +0000 (23:21 +0200)
committerJérémy Lal <kapouer@melix.org>
Thu, 3 Apr 2025 21:21:02 +0000 (23:21 +0200)
Last-Update: 2015-09-09
Forwarded: not-needed

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

doc/template.html

index 34edf068df5c8dd2da6b2c0dd7200e4b67d060f1..969aa158ad3c51272ec940980404b43476698e3c 100644 (file)
@@ -5,10 +5,8 @@
   <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">
   <script async defer src="assets/api.js" type="text/javascript"></script>
   <script>
       const storedTheme = localStorage.getItem('theme');