remove google font from template.html, and link to local
authorJérémy Lal <kapouer@melix.org>
Mon, 10 Feb 2025 14:45:36 +0000 (15:45 +0100)
committerJérémy Lal <kapouer@melix.org>
Mon, 10 Feb 2025 14:45:36 +0000 (15:45 +0100)
Last-Update: 2015-09-09
Forwarded: not-needed

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

doc/template.html

index ab8be0e747f49223b6254a91a742fdf6d78349c5..e68f685b516c3310d422c2655aa61f4047e60191 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');