Author: sebb
Date: Mon Sep 18 12:46:24 2023
New Revision: 1912396

URL: http://svn.apache.org/viewvc?rev=1912396&view=rev
Log:
Try to fix broken font downloads

Modified:
    comdev/project-logos/site/about.html

Modified: comdev/project-logos/site/about.html
URL: 
http://svn.apache.org/viewvc/comdev/project-logos/site/about.html?rev=1912396&r1=1912395&r2=1912396&view=diff
==============================================================================
--- comdev/project-logos/site/about.html (original)
+++ comdev/project-logos/site/about.html Mon Sep 18 12:46:24 2023
@@ -26,7 +26,8 @@
   <meta name="theme-color" content="#303284">
 
   <title>Welcome to The Apache Software Foundation!</title>
-  <link 
href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700%7cDroid+Serif:400,700'
 rel='stylesheet' type='text/css'>
+  <link href='css/Droid-Serif-400-700.css' rel='stylesheet' type='text/css'>
+  <link href='css/Source-Sans-Pro-400-700.css' rel='stylesheet' 
type='text/css'>
   <link href="/css/min.bootstrap.css" rel="stylesheet">
   <link href="/css/styles.css" rel="stylesheet">  
     <link rel="stylesheet" type="text/css" href="css/logofinder.css">


Reply via email to