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

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c11214b5 RAT-359: Try to load fonts locally
c11214b5 is described below

commit c11214b570f0054becfa2e88afc213e500c979b6
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jan 22 01:06:14 2024 +0100

    RAT-359: Try to load fonts locally
---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 19770bb4..ebe8f360 100644
--- a/index.html
+++ b/index.html
@@ -24,8 +24,8 @@
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta property="og:image" 
content="https://www.apache.org/images/asf_logo.gif"; />
 
-    <link href="https://fonts.googleapis.com/css?family=Overlock"; 
rel="stylesheet" type="text/css">
-    <link href="https://fonts.googleapis.com/css?family=Mate+SC"; 
rel="stylesheet" type="text/css"/>
+    <link href="/font/overlock.css" rel="stylesheet" type="text/css"/>
+    <link href="/font/matesc.css" rel="stylesheet" type="text/css"/>
     <link rel="stylesheet" type="text/css" media="screen" 
href="/css/style.css">
     <link rel="stylesheet" type="text/css" media="screen" href="/css/code.css">
     <link rel="stylesheet" type="text/css" media="screen" 
href="/css/creadur.css">

Reply via email to