This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a7f6fa  Remove unused fonts.xz.style references
2a7f6fa is described below

commit 2a7f6fae9dc504eb58cf0e7bee310d6b7e2ca136
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon Sep 28 11:52:09 2020 +0200

    Remove unused fonts.xz.style references
---
 .../SLING-INF/initial-content/apps/samples/article/article.hbs         | 3 +--
 .../SLING-INF/initial-content/apps/samples/section/section.hbs         | 3 +--
 .../main/resources/SLING-INF/initial-content/apps/samples/tag/tag.hbs  | 3 +--
 .../src/main/resources/SLING-INF/initial-content/content/search.html   | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/article/article.hbs
 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/article/article.hbs
index cdbffe6..dec9ec0 100644
--- 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/article/article.hbs
+++ 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/article/article.hbs
@@ -20,7 +20,6 @@
 <html>
     <head>
         <title>{{data.article.title}}</title>
-        <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css";>
         <link rel="stylesheet" 
href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css";>
     </head>
     <body>
@@ -81,4 +80,4 @@
         
       </div>
     </body>
-</html>
\ No newline at end of file
+</html>
diff --git 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/section/section.hbs
 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/section/section.hbs
index e28eeed..e0c5521 100644
--- 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/section/section.hbs
+++ 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/section/section.hbs
@@ -20,7 +20,6 @@
 <html>
     <head>
         <title>{{data.section.name}}</title>
-        <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css";>
         <link rel="stylesheet" 
href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css";>
     </head>
     <body>
@@ -49,4 +48,4 @@
           </ul>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>
diff --git 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/tag/tag.hbs
 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/tag/tag.hbs
index 8d542ba..34cf090 100644
--- 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/tag/tag.hbs
+++ 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/tag/tag.hbs
@@ -20,7 +20,6 @@
 <html>
     <head>
         <title>Articles with tags "{{join data.tagQuery.query ','}}"</title>
-        <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css";>
         <link rel="stylesheet" 
href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css";>
     </head>
     <body>
@@ -50,4 +49,4 @@
           </ul>
       </div>
     </body>
-</html>
\ No newline at end of file
+</html>
diff --git 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/content/search.html
 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/content/search.html
index 9e9afb9..7e3350f 100644
--- 
a/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/content/search.html
+++ 
b/org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/content/search.html
@@ -28,7 +28,6 @@
             articles by content section.
         -->
         <title>Search Articles</title>
-        <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css";>
         <link rel="stylesheet" 
href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css";>
 
         <style type="text/css">
@@ -202,4 +201,4 @@
             </div>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Reply via email to