ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/extra-server.git/commit/?id=b3f46afae55b1fbc4d34501c3aee890ff57baa7d

commit b3f46afae55b1fbc4d34501c3aee890ff57baa7d
Author: Andy Williams <a...@andywilliams.me>
Date:   Wed Jan 25 22:50:11 2017 +0000

    try to fix google fonts lookup
---
 public_html/extra/templates/layout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/extra/templates/layout.html 
b/public_html/extra/templates/layout.html
index 093a36f..4ddccae 100644
--- a/public_html/extra/templates/layout.html
+++ b/public_html/extra/templates/layout.html
@@ -32,7 +32,7 @@
     <link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' 
type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Source+Code+Pro' 
rel='stylesheet' type='text/css'>
 
-    <link href="https://fonts.googleapis.com/css?family=Permanent+Marker"; 
rel="stylesheet">
+    <link href='//fonts.googleapis.com/css?family=Permanent+Marker' 
rel='stylesheet' type='text/css'>
 </head>
 
 <body>

-- 


Reply via email to